-
Notifications
You must be signed in to change notification settings - Fork 15
Localization
Goh Wei Wen edited this page Sep 26, 2023
·
4 revisions
Allium uses fluent for localization.
The locale files can be found at .allium/locales.
- Copy the
en-US
folder at .allium/locales into a new folder matching the language code of the new language. - Translate the keys using fluent.
- (Optionally) Test your new language on the playground.
- Add a
lang-<LANGUAGE_CODE>
field with the native language name to the en-USlangs.ftl
file (not the new language!): .allium/locales/en-US/langs.ftl - Create a pull request with your changes.