mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Update index.js
This commit is contained in:
parent
13205d11ac
commit
aacae867fc
1 changed files with 1 additions and 0 deletions
|
@ -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), {});
|
||||
|
|
Loading…
Reference in a new issue