Update translations.js

Added Croatian.
This commit is contained in:
Stjepan
2018-12-06 11:41:01 +01:00
committed by GitHub
parent c17f941fb9
commit 25610222bc

View File

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