Update index.js

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-18 17:04:00 +09:00 committed by GitHub
parent 448b0fa9ae
commit 52f394839f

View file

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