Add Japanese translation

This commit is contained in:
nnn1590
2019-06-12 04:30:56 +09:00
parent 32e081950c
commit 7ded517823
4 changed files with 378 additions and 2 deletions
+1 -1
View File
@@ -1640,7 +1640,7 @@ const UI = {
};
// Set up translations
const LINGUAS = ["cs", "de", "el", "es", "ko", "nl", "pl", "ru", "sv", "tr", "zh_CN", "zh_TW"];
const LINGUAS = ["cs", "de", "el", "es", "ja", "ko", "nl", "pl", "ru", "sv", "tr", "zh_CN", "zh_TW"];
l10n.setup(LINGUAS);
if (l10n.language === "en" || l10n.dictionary !== undefined) {
UI.prime();