summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2018-08-18 17:04:00 +0900
committerGitHub <noreply@github.com>2018-08-18 17:04:00 +0900
commit5c78ed645a7f3641ececd409ea3b81f34e6279cd (patch)
tree45af55d7fe6a0abec701b748fb10c0eb0011586a
parentCreate ja-ks.yml (diff)
downloadmisskey-5c78ed645a7f3641ececd409ea3b81f34e6279cd.tar.gz
misskey-5c78ed645a7f3641ececd409ea3b81f34e6279cd.tar.bz2
misskey-5c78ed645a7f3641ececd409ea3b81f34e6279cd.zip
Update index.js
-rw-r--r--locales/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/index.js b/locales/index.js
index 5b525c77df..a17fb6c5ce 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')
};