Update index.js

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-03-07 16:43:16 +09:00 committed by GitHub
parent f02125dd47
commit 02a63cdcb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ const languages = [
const primaries = {
'ja': 'JP',
'zh': 'CN',
};
const locales = languages.reduce((a, c) => (a[c] = yaml.safeLoad(fs.readFileSync(`${__dirname}/${c}.yml`, 'utf-8')) || {}, a), {});