Open SankethBK opened 1 month ago
Hey @SankethBK , would like to contribute on this issue.
@rsg-devghost yes, please go ahead. Just mention what you'll be contributing to avoid conflict
Sure, just a simple doubt , are some of the language translations incomplete?. If so i would like to complete, "Kannada - kn" for instance. Also I would like to add 2 languages "Russian - ru" and "Bengali Bangla - bn".
Yes, most of them are incomplete.
No problem, I'll do the Kannada translations, and add both Russian and Bengali languages.
Steps to Add a New Language Translation
Get the Language Code:
en
es
fr
Create a
.arb
File:lib/l10n/
directory in the project..arb
file namedintl_<language_code>.arb
.intl_es.arb
.Note: Only make changes in .arb files. Files inside
generated/intl
folder are autogenerated by Flutter Intls Vscode extension.Translate Messages:
intl_en.arb
as a reference..arb
file.intl_en.arb
:intl_es.arb
:Install Flutter Intl Extension:
Regenerate Localization Files:
Test Your Translations:
Submit a Pull Request:
Additional Notes
{userName}
, they should be included exactly as is in your translations.s
for plural, it may be complex for other languages.