Skip to content

How to contribute to the i18n setup (Phase 3): #249

@FaresAyadi055

Description

@FaresAyadi055

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
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions