Merge pull request #2385 from braveocheretovych/patch-1

Docs: Fix typo
This commit is contained in:
plowsof 2024-10-12 14:55:44 +02:00 committed by GitHub
commit 62fdd28471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,12 +93,12 @@ languages: ["en", "es", "NEW LANG HERE"]
```
Save and exit the file.
### 3. \_i18n folder
### 2. \_i18n folder
Navigate to the \_i18n folder and duplicate the en.yml file. Rename the duplicate to the two letter language code of your language with a `.yml`. Now duplicate the `en` folder and rename it with the correct language code.
**The original folder and yml file themselves should still be there. They should not be renamed. There should be a new folder and yml file in addition to the ones that were already there.**
### 4. Open an issue on the repo where the website is hosted
### 3. Open an issue on the repo where the website is hosted
After you've done all the above, you'll need to [open an issue on the repository](https://github.com/monero-project/monero-site/issues) asking to add the language you are working on to Weblate, where the core of the website is translated.