From 114194a7c094c15ed7e18f9c72606c61140830c5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 15 Nov 2016 15:52:17 -0500 Subject: language clarification --- www/lang/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/lang/README.md') diff --git a/www/lang/README.md b/www/lang/README.md index bf5f23f3..1f7dfd31 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -1,6 +1,7 @@ ####Adding a new language +* Languages translations are available [here](https://github.com/pliablepixels/zmNinja/tree/master/www/lang) * To contribute a new language, add a new ``locale-xx.json`` (where `xx` is your language code). -* Ideally, you should also provide a language translation for the zmNinja help file inside ``lang/help`` +* Ideally, you should also provide a language translation for the zmNinja help file inside [lang/help](https://github.com/pliablepixels/zmNinja/tree/master/www/lang/help) The best way is to simply look at an existing language translation and follow the same model for yours. If any language translation keywords are missed, it will fallback to English. -- cgit v1.2.3 From 3ec74aca8b718bf053a98e2c7d94b0335c6e82a5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 22 Nov 2016 12:32:45 -0400 Subject: updated --- www/lang/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/lang/README.md') diff --git a/www/lang/README.md b/www/lang/README.md index 1f7dfd31..5215a8dc 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -1,3 +1,6 @@ + +If you are familiar with using git, I'd prefer if you follow the Pull Request process [here](https://github.com/pliablepixels/zmNinja/blob/master/CONTRIBUTING.md#steps-for-code-contribution). + ####Adding a new language * Languages translations are available [here](https://github.com/pliablepixels/zmNinja/tree/master/www/lang) * To contribute a new language, add a new ``locale-xx.json`` (where `xx` is your language code). -- cgit v1.2.3 From f012faaaf9075a362708a77d3d465c2eeb4f5d42 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 4 Dec 2016 20:24:11 -0500 Subject: updated --- www/lang/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'www/lang/README.md') diff --git a/www/lang/README.md b/www/lang/README.md index 5215a8dc..b2737f3c 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -16,27 +16,18 @@ The best way is to simply look at an existing language translation and follow th (replace ``-it`` with the language you are working on) -Python 2.x: + `` ./checklang.py -f locale-it.json -b `` -Python 3.x: -`` -./checklang.py3 -f locale-it.json -b -`` This validates your JSON file, makes sure all keys are in sync with -en and if valid, creates pretty-locale-it.json. If you are sure it looks good, -Python 2.x: `` ./checklang.py -f locale-it.json -b -o `` -Python 3.x: -`` -./checklang.py3 -f locale-it.json -b -o -`` This validates your JSON file,makes sure all keys are in sync with -en and if valid, OVERWRITES your local file with a pretty formatted version, which is what you should PR -- cgit v1.2.3