diff --git a/translations/translations.js b/translations/translations.js index effb6252..f32bd25b 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -36,8 +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 - "cs" : "translations/cs.json" // Czech + "bg" : "translations/bg.json", // Bulgarian + "cs" : "translations/cs.json" // Czech }; if (typeof module !== "undefined") {module.exports = translations;}