-
-
Notifications
You must be signed in to change notification settings - Fork 56
How to contribute to the i18n setup (Phase 3): #249
Copy link
Copy link
Open
Description
How to contribute to the i18n setup (Phase 3):
After completing phase 1 and 2 all what is left to do is to open the json files in locales and manually translate the english text for each language according to the files language code es.json => spanish
ar.json => arabic ...
after completing the hand translation for a language, to put it in use instead of google translate you open locales/meta.json and switch completed from false to true
example:
"it": {
"name": "Italian",
"completed": false
},we change it to this:
"it": {
"name": "Italian",
"completed": true
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels