Remove trailing spaces.

This commit is contained in:
Michael Teeuw 2017-12-30 21:46:34 +01:00
parent afda84ef09
commit 97d7733464

View File

@ -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;}