From fa5d50da67b68f3f705a3fa39b8e84b196a68f00 Mon Sep 17 00:00:00 2001 From: Christian Leon Christensen Date: Tue, 2 Aug 2022 21:22:26 +0200 Subject: [PATCH] Fix a small typoo in the documentation --- contributor_docs/i18n_contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor_docs/i18n_contribution.md b/contributor_docs/i18n_contribution.md index 8e967255db..665f8e2e49 100644 --- a/contributor_docs/i18n_contribution.md +++ b/contributor_docs/i18n_contribution.md @@ -211,7 +211,7 @@ The en.json is made up of three sections: - p5.js documentation, also extracted from the data.json file. This section contains a key for each p5.js Class (i.e., "p5.Color"), which holds information about the Class itself and its Methods and Fields. In this section, you might find HTML Anchor elements. You only need to translate the text between the two tags. For example, in `p5.Color`, you need to translate the second 'p5.Color' and leave the rest as is. -All the translation swaps of the Reference pages happen is [this function](https://github.com/processing/p5.js-website/blob/main/src/templates/pages/reference/index.hbs#L61). +All the translation swaps of the Reference pages happen in [this function](https://github.com/processing/p5.js-website/blob/main/src/templates/pages/reference/index.hbs#L61). Any entries in the JSON object which are not filled in will be left in English when the page is loaded. The translated versions of the JSON file need to be manually created and updated.