mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
✌️
This commit is contained in:
parent
224d561dfc
commit
8fe4feb336
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const loadLang = lang => yaml.safeLoad(
|
||||||
const native = loadLang('ja');
|
const native = loadLang('ja');
|
||||||
|
|
||||||
const langs = {
|
const langs = {
|
||||||
//'en': loadLang('en'),
|
'en': loadLang('en'),
|
||||||
'ja': native
|
'ja': native
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue