Update index.js

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-22 01:52:13 +09:00 committed by GitHub
parent d702f6e090
commit 137741d307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')
};