Do not load all the translations anymore, only the needed one

This commit is contained in:
yflory
2017-02-20 18:29:06 +01:00
parent 434c3a220c
commit 454d1c2052
11 changed files with 111 additions and 138 deletions

View File

@@ -3,9 +3,8 @@ define([
'/customize/application_config.js',
'/common/cryptpad-common.js',
'/bower_components/lil-uri/uri.min.js',
'/customize/languageSelector.js',
'/bower_components/jquery/dist/jquery.min.js',
], function (Messages, Config, Cryptpad, LilUri, LS) {
], function (Messages, Config, Cryptpad, LilUri) {
var $ = window.$;
var APP = window.APP = {