Update translations.js

Added Korean Translation
This commit is contained in:
APPLEH0LIC 2017-02-09 17:54:47 +09:00 committed by GitHub
parent ccbc5c9d17
commit b8889c6a1f

View File

@ -31,6 +31,7 @@ var translations = {
"hu" : "translations/hu.json", // Hungarian
"is" : "translations/is.json", // Icelandic
"et" : "translations/et.json", // Estonian
"kr" : "translations/kr.json", // Korean
};
if (typeof module !== "undefined") {module.exports = translations;}