From be655b4742d175cf6b3ce19d2304d2059b68684e Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Fri, 19 Feb 2021 22:32:07 -0800 Subject: [PATCH] fix(docs): remove schema mention (#41189) We no longer use schemas to validate the translation json objects, instead using the English files as the single source of truth. --- 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 c58860fc06..a0ec1252b8 100644 --- a/docs/how-to-translate-the-website.md +++ b/docs/how-to-translate-the-website.md @@ -188,7 +188,7 @@ To change text on the client side of things, go to the relevant `.json` file, fi If the text you want to add to the client exists in the relevant `.json` file, use the existing key. Otherwise, create a new key. -The matching filename`-schema.js` file is the "source of truth" for all of the `.json` files sharing the same name. If you need to add a new key, add it there. Then, add the key to **all** of the `translations.json` files. +The English file is the "source of truth" for all of the `.json` files sharing the same name. If you need to add a new key, add it there. Then, add the key to **all** of the `translations.json` files. > [!NOTE] > Use English text for all languages if the file is translated through Crowdin. The tests will fail if you don't.