aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-08-05 12:18:18 -0700
committerGitHub <noreply@github.com>2021-08-05 12:18:18 -0700
commit3a63d9fb3fcc2750be155fa67008887bf38687ac (patch)
tree4d25d579b4cae10c30e8cb38e6117741eeeac41c /README.md
parent093f025de3e97339750dc3df5be626a0315507dc (diff)
Update translation guide (#167)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f6368f..70efe1b 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@ This project uses [Prettier](https://prettier.io/) formatting. All pull requests
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: 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 32
331. Add a translation to [`./src/i18n.js`](./src/i18n.js) 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` 342. 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`
353. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in ./src/App.js. 353. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in [`./src/App.js`](./src/App.js)
364. Add an entry to the translation-table in README.md. 364. Append an entry to the [Supported Languages](#supported-languages) table in below.
37 37
38## Supported Languages 38## Supported Languages
39 39