diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -26,6 +26,15 @@ make run | |||
| 26 | 26 | ||
| 27 | This project uses [Prettier](https://prettier.io/) formatting. All pull requests must pass the automated lint checks before merging. Prettier format is run automatically as a pre-commit hook. | 27 | This project uses [Prettier](https://prettier.io/) formatting. All pull requests must pass the automated lint checks before merging. Prettier format is run automatically as a pre-commit hook. |
| 28 | 28 | ||
| 29 | ## Language Contribution Guide | ||
| 30 | |||
| 31 | We would love for you to contribute to different languages and help make it even better than it is today! As a language contributor, here are some steps we would like you to follow: | ||
| 32 | |||
| 33 | 1. Add a translation to [`./src/i18n.js`](./src/i18n.js) | ||
| 34 | 2. Add the language option to [`./src/App.js`](./src/App.js) in the format `latinName - nativeName`, e.g. `French - Français` | ||
| 35 | 3. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in ./src/App.js. | ||
| 36 | 4. Add an entry to the translation-table in README.md. | ||
| 37 | |||
| 29 | ## Supported Languages | 38 | ## Supported Languages |
| 30 | 39 | ||
| 31 | | Language | Author Credit | | 40 | | Language | Author Credit | |
