-
-
Notifications
You must be signed in to change notification settings - Fork 12
Add new language
Kevin Segaud edited this page May 22, 2020
·
2 revisions
To add new languages you will need to clone this repository.
Then copy the file in lib/src/i18n/
named intl_en_US.arb
and rename it with the locale of the language you want to add.
Then translate the arb file to your language.
re-generate dart code for your new arb file with tool/generate_from_arb.sh
Create a pull request to submit your modification.