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

@ -24,7 +24,7 @@ var translations = {
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese "zh_tw" : "translations/zh_tw.json", // Traditional Chinese
"ja" : "translations/ja.json", // Japanese "ja" : "translations/ja.json", // Japanese
"pl" : "translations/pl.json", // Polish "pl" : "translations/pl.json", // Polish
"gr" : "translations/gr.json", // Greek "gr" : "translations/gr.json", // Greek
"da" : "translations/da.json", // Danish "da" : "translations/da.json", // Danish
"tr" : "translations/tr.json", // Turkish "tr" : "translations/tr.json", // Turkish
"ru" : "translations/ru.json", // Russian "ru" : "translations/ru.json", // Russian
@ -34,6 +34,9 @@ var translations = {
"et" : "translations/et.json", // Estonian "et" : "translations/et.json", // Estonian
"kr" : "translations/kr.json", // Korean "kr" : "translations/kr.json", // Korean
"ro" : "translations/ro.json", // Romanian "ro" : "translations/ro.json", // Romanian
"cy" : "translations/cy.json" // Welsh (Cymraeg)
}; };
if (typeof module !== "undefined") {module.exports = translations;} if (typeof module !== "undefined") {module.exports = translations;}