From 5d5d4d1c0987f2fd45385e8f54fcad987ba6f1c4 Mon Sep 17 00:00:00 2001 From: bitcoin-solo <114873785+bitcoin-solo@users.noreply.github.com> Date: Thu, 6 Oct 2022 11:29:37 +0200 Subject: [PATCH] Fix broken url in translations docs (#268) --- docs/_pages/contribute/02-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/contribute/02-languages.md b/docs/_pages/contribute/02-languages.md index 6232daf7..ad751e74 100644 --- a/docs/_pages/contribute/02-languages.md +++ b/docs/_pages/contribute/02-languages.md @@ -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