Skip to content

Commit

Permalink
Add contributing guideline for translators
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed May 13, 2020
1 parent a6f00e1 commit d40a39f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

If you plan to contribute back to this repo, please fork & open a PR.

## How to add translation

Only native speaker can translate to specific language.

1. Copy `src/translations/en.json` file and name it with appropriate language code.
2. Translate only keys in this file, not values.
3. Import your translation in `src/localize.js` file.
4. Open a PR.
5. Find someone to check and approve your PR.

## How to run locally

1. Clone this repo to wherever you want:
Expand Down

0 comments on commit d40a39f

Please sign in to comment.