diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 04:30:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 04:30:42 +0900 |
| commit | c43019e4568a2d22286c856e714475267e544cb5 (patch) | |
| tree | dffb3c7068cdbdb49b1166c549ee5dc2f77fbb47 | |
| parent | v3807 (diff) | |
| download | misskey-c43019e4568a2d22286c856e714475267e544cb5.tar.gz misskey-c43019e4568a2d22286c856e714475267e544cb5.tar.bz2 misskey-c43019e4568a2d22286c856e714475267e544cb5.zip | |
:v:
| -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 ced3b4cb32..0593af366c 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 }; |