Fix i18n not working after 277d5a7 (#277)

* Fix i18n not working after 277d5a7

The translation strings file in "core" package should have file names
"core-strings.json" or "core-jsdoc-strings.json".

* Enable ja translation

Rename "core-strings.json" to "core-jsdoc-strings.json".
Add new "core-strings.json" as a copy of the template.
Add two lines for the files in "pxt.json".
This commit is contained in:
Shigeru KANEMOTO
2016-10-18 03:13:38 +09:00
committed by Peli de Halleux
parent 1a3c31c9f3
commit 0b469f69b6
9 changed files with 83 additions and 1 deletions

View File

@ -30,7 +30,9 @@
"pxtparts.json",
"parts/speaker.svg",
"parts/headphone.svg",
"_locales/fr/microbit-jsdoc-strings.json"
"_locales/ja/core-jsdoc-strings.json",
"_locales/ja/core-strings.json",
"_locales/fr/core-jsdoc-strings.json"
],
"public": true,
"dependencies": {},