From 44f3888c249768503ac0c994d62695928a6668af Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 23 Jun 2018 19:57:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=9A=E3=82=A4=E3=83=B3=E8=AA=9E?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/index.ts b/locales/index.ts index 2ae84f30a..f96074f1a 100644 --- a/locales/index.ts +++ b/locales/index.ts @@ -18,7 +18,8 @@ const langs: { [key: string]: LocaleObject } = { 'en': loadLang('en'), 'fr': loadLang('fr'), 'ja': native, - 'pl': loadLang('pl') + 'pl': loadLang('pl'), + 'es': loadLang('es') }; Object.entries(langs).map(([, locale]) => {