<@U08P7LCJGMQ> <https://github.com/jillesvangurp/f...
# fritz2
j
@Artūras Šlajus https://github.com/jillesvangurp/fluent-ai That's a fritz2 app for ai translating project fluent localization files, and it uses my fluent-kotlin library as well. So both an example of how to set up localization and a nice tool for AI generating additional translations. Bring your own API key for openai if you want to use it. I built this last year; we are using this internally for managing thousands of localization strings.
a
Does it guarantee that all translations are present at compile time?
j
No, but you can use tests to guarantee that.
Translations are run time loaded. This isn't android.
And you can have fallbacks to the default translation. I tend to just put a lot of warnings in the console for missing translations.