Custom Translation +1.5.0
Last updated
Last updated
You can translate the app to your own language if its not listed as one of the supported languages.
Here is how you can translate it yourself.
Go to /lib/constants/app_languages.dart
You will see 3 arrays in the file.
Codes - this is where the language code for each language is saved.
names - the name of the language to be shown to user during language change/selection
flags - the code for the language countries
You can add yours if you want. For example if you want to translate app to Yoruba(A local language in Nigeria). Below is the sample of how the code should look like:
Now Yoruba will be listed as one of the app languages.
If you need to remove unwanted languages, you can simply comment out the languages you don't want from the /lib/constants/app_languages.dart file