From 758ffb75a9f234771dc1eb72fd7088946aaa4aa4 Mon Sep 17 00:00:00 2001 From: Michal Dobsovic Date: Sat, 23 Feb 2019 10:37:24 +0100 Subject: [PATCH] Added sk to translations.js --- translations/translations.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translations/translations.js b/translations/translations.js index 6625acde..39bf8d5b 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -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;}