Czech translation

This commit is contained in:
Tomáš Chytil
2017-11-16 23:01:00 +01:00
parent b6ca92a7ef
commit dabdde0c3f
2 changed files with 34 additions and 1 deletions

View File

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