-
-
Notifications
You must be signed in to change notification settings - Fork 92
Translations Guide
ZYROUGE edited this page Jun 29, 2023
·
4 revisions
Symphony uses Phrasey for managing translations.
All the translation files reside inside the i18n
folder.
New/existing translation contributors are encouraged to update the translations regularly. This helps the users of using corresponding language to continue using the app comfortably. English would be used in missing translations.
- Create a new file inside the
i18n
folder. The file name must be<locale_code>.toml
. - Use the default language translation (
i18n/en.toml
) as a base to translate.
- New keys are always and must be added at the end.
- Add them to the required language file.
- Check if the summary produces 100% for the respective language.
- Make sure you indent TOML files properly.
- Translation schema can be found at
.phrasey/schema.toml
.