To contribute to the localization of this project you can contribute in the following ways: - Add missing translations for a language - Add new languages # How to add missing translations? - [ ] Look for TODO tag beside a key for a language in `\utils\app_translations.dart` - [ ] Replace the TODO tag with the correct translation - [ ] Submit a PR for reviewing the translation # How to add new languages? - [ ] Create a new branch named localization_[lang_code]_[country_code] - [ ] Add a new language map similar to `en_US` in `\utils\app_translations.dart` and modify the values - [ ] Update code in `\blocs\locale_bloc.dart` to add language changer logic for the new logic - [ ] Add the new language to '\configs\config.dart` - [ ] Test the language changer by using the home screen dialog to see if the changes are working - [ ] Create a PR
To contribute to the localization of this project you can contribute in the following ways:
How to add missing translations?
\utils\app_translations.dartHow to add new languages?
en_USin\utils\app_translations.dartand modify the values\blocs\locale_bloc.dartto add language changer logic for the new logic