Bluecherry Version 3 client
Contribute / Translations
2min
You may provide translations for the application to see it running in your own language. Please follow these steps:
Let's say, we're adding French (fr) translation.
- Create a new file named app_fr.arb.
- Add your translations to your new app_fr.arb file in correspondence to existing English translations.
- Send us a new pull-request. 🎉
When adding new strings, run bin/l10n_organizer.dart. This script will ensure that the new strings are added to all l10n files and that they are in the same location. It will also remove any unused strings. The base file is app_en.arb, so all strings must be added there first.
Note that the app is constantly changing and new strings are added all the time. The translations need to be updated constantly.
Updated 25 Mar 2024
Did this page help you?