From fbdad7e4ba4b795493e703dd0ee77dba3e7078d3 Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 4 Jun 2018 11:22:33 +0200 Subject: [PATCH] edit instructions for translators --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5154cea..570f790f 100644 --- a/README.md +++ b/README.md @@ -502,8 +502,8 @@ Navigate to the `_data/lang` folder and copy the `template` folder. Paste it int Translate the content of the files. Do not touch anything labeled `url`, and in the roadmap.yml ONLY translate the `name:` content. ### 14.3 _i18n folder -Navigate to the _i18n folder and duplicate the template.yml file. Rename the duplicate to the two letter language code of your language with a `.yml` at the end. Repeat this process with the `template` folder as well. -**The template folder and yml file themselves should still be there. They should not be renamed. There should be a new folder and yml file in addition to the ones that were already there.** +Navigate to the _i18n folder and duplicate the en.yml file. Rename the duplicate to the two letter language code of your language with a `.yml` at the end and change all sections marked 'translated: "yes"' to 'translated: "no"'. Change back to 'yes' once you have translated that section. Now duplicate the `en` folder and rename it with the correct language code. +**The original folder and yml file themselves should still be there. They should not be renamed. There should be a new folder and yml file in addition to the ones that were already there.** Enter the .yml file and translate everything there.