Update translations.js

This commit is contained in:
Michael Teeuw 2017-09-28 14:41:30 +02:00 committed by GitHub
parent 417bb4bf37
commit 953b666ebd

View File

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