chore(i18n,docs): processed translations (#41368)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user