-
Notifications
You must be signed in to change notification settings - Fork 90
Translation Contributions: Help Us Translate DiaryVault into Your Language #75
Copy link
Copy link
Closed
Closed
Copy link
Labels
enhancementNew feature or improvementNew feature or improvementgood first issueGood for newcomersGood for newcomershacktoberfestApplicable to hacktoberfestApplicable to hacktoberfest
Description
Steps
- Get the language code for the language you want to translate from here. For eg: its
enfor English,esfor Spanish, etc. - Create an
.arbFile: In thelib/l10n/directory, create a new.arbfile namedintl_<language_code>.arb. For eg: if you are contributing Spanish, then your filename would beintl_es.arb. - Translate Messages: Refer to the template file
intl_en.arbas a reference. Inside this file, you will find key-value pairs where the keys should remain the same, but you should translate the corresponding values into your target language. - Install Flutter-intl VSCode extension for autogenerating files
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvementgood first issueGood for newcomersGood for newcomershacktoberfestApplicable to hacktoberfestApplicable to hacktoberfest