Merge branch 'translations' - part one

This commit is contained in:
yflory
2016-09-15 10:29:04 +02:00
10 changed files with 323 additions and 154 deletions

View File

@@ -716,5 +716,11 @@ define([
};
};
$('[data-localization]').each(function (i, e) {
var $el = $(this);
var key = $el.data('localization');
$el.html(Messages[key]);
});
return common;
});