Fix broken url in translations docs (#268)

This commit is contained in:
bitcoin-solo 2022-10-06 11:29:37 +02:00 committed by GitHub
parent 45a017a5a6
commit 5d5d4d1c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ There isn't a lot of text in RoboSats, however it might be best to split the wor
### How to contribute a new translation.
Simply create a new translation file in `frontend/src/locales` [Link to GitHub](https://github.com/Reckless-Satoshi/robosats/tree/main/frontend/src/locales). In `locales` there is a single file with a json dictionary for every language. In order to create a new translation, simply copy `en.json` (the master text) into a new file named after the language's [ISO 639 two character code](https://www.loc.gov/standards/iso639-2/php/English_list.php).
Simply create a new translation file in `frontend/src/static/locales` [Link to GitHub](https://github.com/Reckless-Satoshi/robosats/tree/main/frontend/static/locales). In `locales` there is a single file with a json dictionary for every language. In order to create a new translation, simply copy `en.json` (the master text) into a new file named after the language's [ISO 639 two character code](https://www.loc.gov/standards/iso639-2/php/English_list.php).
### Guidelines