- Add Bulgarian translations for MagicMirror² and Alert module

This commit is contained in:
Kalin Koychev
2017-10-13 21:51:21 +03:00
parent da16172244
commit 39d0142993
4 changed files with 39 additions and 1 deletions

View File

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