diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:40:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:40:11 +0900 |
| commit | a86757904c0c9570425e076a4d20fe523c61db12 (patch) | |
| tree | dba672a02937e464b93fe3c54e09157242fd7548 | |
| parent | v4737 (diff) | |
| download | misskey-a86757904c0c9570425e076a4d20fe523c61db12.tar.gz misskey-a86757904c0c9570425e076a4d20fe523c61db12.tar.bz2 misskey-a86757904c0c9570425e076a4d20fe523c61db12.zip | |
Disable en
Diffstat (limited to '')
| -rw-r--r-- | locales/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/index.ts b/locales/index.ts index 0593af366c..ced3b4cb32 100644 --- a/locales/index.ts +++ b/locales/index.ts @@ -11,7 +11,7 @@ const loadLang = lang => yaml.safeLoad( const native = loadLang('ja'); const langs = { - 'en': loadLang('en'), + //'en': loadLang('en'), 'ja': native }; |