Improve the localization system

Improve and enable the French translation
This commit is contained in:
yflory
2016-09-14 18:08:52 +02:00
parent 217e664d4c
commit f086492e50
10 changed files with 309 additions and 147 deletions

View File

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