From 137741d307840fe0a609dfa74d1833e0a8c896df 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: Wed, 22 Aug 2018 01:52:13 +0900 Subject: [PATCH] Update index.js --- locales/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/index.js b/locales/index.js index 0910749bb..ea0c10195 100644 --- a/locales/index.js +++ b/locales/index.js @@ -15,7 +15,7 @@ const langs = { 'en': loadLang('en'), 'fr': loadLang('fr'), 'ja': native, - 'ja-ks': loadLang('ja-ks'), + 'ja-KS': loadLang('ja-KS'), 'pl': loadLang('pl'), 'es': loadLang('es') };