-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Up for grabsThis is available to be worked uponThis is available to be worked uponenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershactoberfestThis label marks the involvement of entity with hacktoberfestThis label marks the involvement of entity with hacktoberfest
Description
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_USin\utils\app_translations.dartand modify the values - Update code in
\blocs\locale_bloc.dartto 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
Metadata
Metadata
Assignees
Labels
Up for grabsThis is available to be worked uponThis is available to be worked uponenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershactoberfestThis label marks the involvement of entity with hacktoberfestThis label marks the involvement of entity with hacktoberfest