Add polish translation

This commit is contained in:
Mariusz Jamro
2017-10-10 15:37:31 +02:00
parent bf82644461
commit a0513c87c7
4 changed files with 382 additions and 2 deletions
+1 -1
View File
@@ -1741,7 +1741,7 @@ var UI = {
};
// Set up translations
var LINGUAS = ["de", "el", "nl", "sv"];
var LINGUAS = ["de", "el", "nl", "pl", "sv"];
l10n.setup(LINGUAS);
if (l10n.language !== "en" && l10n.dictionary === undefined) {
WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', function (translations) {