Improve the localization system
Improve and enable the French translation
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user