From 5c78ed645a7f3641ececd409ea3b81f34e6279cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sat, 18 Aug 2018 17:04:00 +0900 Subject: [PATCH] Update index.js --- locales/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/index.js b/locales/index.js index 5b525c77d..a17fb6c5c 100644 --- a/locales/index.js +++ b/locales/index.js @@ -15,6 +15,7 @@ const langs = { 'en': loadLang('en'), 'fr': loadLang('fr'), 'ja': native, + 'ja-ks': loadLang('ja-ks'), 'pl': loadLang('pl'), 'es': loadLang('es') };