Complete the French translation

This commit is contained in:
yflory
2016-09-15 18:35:09 +02:00
parent 0d9f63b977
commit 5c63585952
12 changed files with 265 additions and 124 deletions

View File

@@ -3,8 +3,9 @@
*/
define([
'/customize/languageSelector.js',
'/customize/messages.js',
'/bower_components/jquery/dist/jquery.min.js'
], function (LS) {
], function (LS, Messages) {
var $ = window.jQuery;
var main = function () {
$.ajax({
@@ -17,6 +18,7 @@ define([
href: '/customize/main.css'
}));
LS.main();
Messages._applyTranslation();
}
});
};