Update translations.js

Added Klingon translations file to translations list
This commit is contained in:
Jasper Michalke 2019-03-28 14:55:01 +01:00 committed by GitHub
parent ef570558cf
commit d9601de075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,8 @@ var translations = {
"bg" : "translations/bg.json", // Bulgarian
"cs" : "translations/cs.json", // Czech
"hr" : "translations/hr.json", // Croatian
"sk" : "translations/sk.json" // Slovak
"sk" : "translations/sk.json", // Slovak
"tlh" : "translations/tlh.json" // Klingon
};
if (typeof module !== "undefined") {module.exports = translations;}