Improve the localization system
Improve and enable the French translation
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
globals define
|
||||
*/
|
||||
define([
|
||||
'/customize/languageSelector.js',
|
||||
'/bower_components/jquery/dist/jquery.min.js'
|
||||
], function () {
|
||||
], function (LS) {
|
||||
var $ = window.jQuery;
|
||||
var main = function () {
|
||||
$.ajax({
|
||||
@@ -15,6 +16,7 @@ define([
|
||||
rel: 'stylesheet',
|
||||
href: '/customize/main.css'
|
||||
}));
|
||||
LS.main();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user