chore(i18n,docs): processed translations (#41368)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
camperbot
2021-03-04 22:52:05 -07:00
committed by GitHub
parent 1b93a749ba
commit 7783f757e1
22 changed files with 716 additions and 506 deletions

View File

@@ -20,7 +20,7 @@ The `meta-tags.json` file contains the information for our website's meta tag in
To add a new language, create a folder with the language name as the title next to the other languages and copy the JSON files from another language into your new folder.
In the `allLangs.js` file, add the language to the `client` array in the first variable. Then, follow the instructions in the comments to add the rest of the necessary variables.
In the `all-langs.js` file, add the language to the `client` array in the first variable. Then, follow the instructions in the comments to add the rest of the necessary variables.
## How to Translate
@@ -32,7 +32,7 @@ Modifications to the `trending.json`, `meta-tags.json`, and `motivation.json` fi
Set the `CLIENT_LOCALE` variable in your `.env` file to the locale you want to build.
> [!NOTE] The value needs to be one of the client languages available in `client/i18n/allLangs.js`
> [!NOTE] The value needs to be one of the client languages available in `config/i18n/all-langs.js`
## How to Structure Components