aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index bbeeda1..039b295 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,15 @@ make run
26 26
27This 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. 27This 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
31We 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
331. Add a translation to [`./src/i18n.js`](./src/i18n.js)
342. Add the language option to [`./src/App.js`](./src/App.js) in the format `latinName - nativeName`, e.g. `French - Français`
353. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in ./src/App.js.
364. 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 |