diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -31,9 +31,9 @@ This project uses [Prettier](https://prettier.io/) formatting. All pull requests | |||
| 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: | 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 | 32 | ||
| 33 | 1. Add a translation to [`./src/i18n.js`](./src/i18n.js) | 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` | 34 | 2. Add the language option in alphabetical order to [`./src/components/Settings.js`](./src/components/Settings.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. | 35 | 3. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in [`./src/App.js`](./src/App.js) |
| 36 | 4. Add an entry to the translation-table in README.md. | 36 | 4. Append an entry to the [Supported Languages](#supported-languages) table in below. |
| 37 | 37 | ||
| 38 | ## Supported Languages | 38 | ## Supported Languages |
| 39 | 39 | ||
