mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
Update translations.js
Added Croatian.
This commit is contained in:
parent
c17f941fb9
commit
25610222bc
@ -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;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user