i18n
Usages
- Update missing translations into the base resources, a.k.a the
src/resources/en.json
- Replace literal text with translation keys
How the i18n workflow works?
- When the
src/resources/en.json(base language) updated and merged to the develop branch, will trigger the languages-sync action.
- The
languages-sync action will check the base language and add missing translations to the Tolgee platform.
- This way, partners from the community can update the translations.
How to sync translations manually
- Set token as environment variable
- Run the
sync-languages:check to check all languages
- Run the
sync-languages script to add new keys to the Tolgee platform
- Run the
download-resources script to download the latest full-translation translation resources from the Tolgee platform
References