Skip to content

Contributing Translations

Dean Gardiner edited this page May 28, 2018 · 1 revision

Locales are stored under each module repository, new locales will be enabled once all modules have been translated.

Steps

  1. Fork repository

    Create a fork of the module repository.

  2. Clone repository

    Clone the module repository to your computer.

  3. Open the locale directory

    • Base Locale: /locales/<language>
    • Country Locale: /locales/<language>-<country>

    If the locale doesn't exist, create the new locale by copying the base locale (if one exists) or the source locale (en).

  4. Edit the locale

    Edit each JSON file in the locale directory, translating all strings to the new locale

  5. Commit and push changes

    Commit the changes to your repository, and push the commit(s) to GitHub

  6. Create pull request

    Create a pull request of your changes on GitHub.

Locales

Code Name Status
✔️ en English Complete (Source)
⚪️ en-AU English (Australia) Planned
⚪️ en-CA English (Canada) Planned
⚪️ en-GB English (United Kingdom) Planned
⚪️ en-NZ English (New Zealand) Planned
⚪️ en-US English (United States) Planned
Clone this wiki locally