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

@@ -1,9 +1,8 @@
define([
'/common/cryptpad-common.js',
'/customize/languageSelector.js',
'/common/login.js',
'/bower_components/jquery/dist/jquery.min.js',
], function (Cryptpad, LS, Login) {
], function (Cryptpad, Login) {
var $ = window.$;
var APP = window.APP = {