From 095caf7f8b39884a822f757f19fbc1d4aa79bd65 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 6 Mar 2018 17:41:17 +0100 Subject: [PATCH] Add note about only using the English version as source for translations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24bcf45a..15bd8a6d 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,7 @@ SUBCOMMANDS 1. Add your language to `[_config.yml](https://github.com/wp-cli/wp-cli.github.com/blob/master/_config.yml)`. 2. Create a folder under the name of your appropriate language code (IETF language tag). e.g. ja or pt_BR -3. Copy `index.md` into your language's directory. +3. Copy the *English* `index.md` into your language's directory. 4. Translate `index.md`. + +Note: Please avoid using a language file other than the English one in the root folder as your source for translating, as it might not be up-to-date. The root `index.md` is considered to be the source of truth and is the only one guaranteed to be current.