forked from FoundKeyGang/FoundKey
fix
This commit is contained in:
parent
f81de35028
commit
c98118b413
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import * as yaml from 'js-yaml';
|
|||
import version from './src/version';
|
||||
const constants = require('./src/const.json');
|
||||
|
||||
let languages = {
|
||||
const languages = {
|
||||
'en': yaml.safeLoad(fs.readFileSync('./locales/en.yml', 'utf-8')),
|
||||
'ja': yaml.safeLoad(fs.readFileSync('./locales/ja.yml', 'utf-8'))
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue