From 3757691c9188b76b246e52ade7c23bffc73bc566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kelvin=20S=C3=A1nchez?= Date: Thu, 11 Feb 2021 12:36:21 -0400 Subject: [PATCH] fix(docs): remove duplicated word (#41051) --- docs/how-to-translate-the-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-translate-the-website.md b/docs/how-to-translate-the-website.md index 81950e63ba..ab6ce999c9 100644 --- a/docs/how-to-translate-the-website.md +++ b/docs/how-to-translate-the-website.md @@ -25,7 +25,7 @@ Here are some tips: - Only translate the values in the JSON files, the keys need to stay the same - The English versions of the JSON files are the "source of truth" for what needs to be translated. If you are unsure what text to translate, find the matching key in the English version of the file and translate that text - Be sure to escape double quotes (`\"`) in the strings if you need to use them -- Most of the time, when you see text wrapped in number tags (`<0>`text``) tags, it's a link. It is okay to change the text that it is wrapped around. Just keep the same tags. +- Most of the time, when you see text wrapped in number tags (`<0>`text``), it's a link. It is okay to change the text that it is wrapped around. Just keep the same tags. - A value that has something like `{{value}}` in it is a variable. Don't change any of those characters. You can move that whole group of characters around though. There's some [help on how make changes and open a PR here](/how-to-setup-freecodecamp-locally).