From 3a63d9fb3fcc2750be155fa67008887bf38687ac Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 5 Aug 2021 12:18:18 -0700 Subject: Update translation guide (#167) --- README.md | 6 +++--- 1 file 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 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: 1. Add a translation to [`./src/i18n.js`](./src/i18n.js) -2. Add the language option to [`./src/App.js`](./src/App.js) in the format `latinName - nativeName`, e.g. `French - Français` -3. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in ./src/App.js. -4. Add an entry to the translation-table in README.md. +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` +3. If the languages added require RTL direction, add the language keys to RTL_LANGUAGES constant in [`./src/App.js`](./src/App.js) +4. Append an entry to the [Supported Languages](#supported-languages) table in below. ## Supported Languages -- cgit v1.2.3