Added sk to translations.js

This commit is contained in:
Michal Dobsovic
2019-02-23 10:37:24 +01:00
parent 78fbc7f392
commit 758ffb75a9

View File

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