Translation Contributions: Help Us Translate DiaryVault into Your Language #212
Labels
good first issue
Good for newcomers
ready for development
There is a clear solution which can be implemented
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.The text was updated successfully, but these errors were encountered: