This commit is contained in:
syuilo 2018-08-22 01:46:10 +09:00
parent 3016ac4805
commit 52d640c5a7
5 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# **Please DO NOT edit these files** except `ja.yml`.
# **Please DO NOT edit these files** except `ja-JP.yml`.
If you want to...
* i18n ... please see [Translation guide](../docs/translate.en.md).

View file

@ -8,7 +8,7 @@ const yaml = require('js-yaml');
const loadLang = lang => yaml.safeLoad(
fs.readFileSync(`${__dirname}/${lang}.yml`, 'utf-8'));
const native = loadLang('ja');
const native = loadLang('ja-JP');
const langs = {
'de': loadLang('de'),