From c43019e4568a2d22286c856e714475267e544cb5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 23 Feb 2018 04:30:42 +0900 Subject: [PATCH] :v: --- locales/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };