mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:43:09 +02:00
Disable en
This commit is contained in:
parent
790d85155a
commit
a86757904c
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