Merge branch 'soon' into login

This commit is contained in:
ansuz
2016-12-16 18:10:35 +01:00
4 changed files with 466 additions and 6 deletions

View File

@@ -4,17 +4,20 @@ define(['/customize/languageSelector.js',
'/customize/translations/messages.fr.js',
// 1) additional translation files can be added here...
'/customize/translations/messages.pl.js',
'/customize/translations/messages.de.js',
'/bower_components/jquery/dist/jquery.min.js'],
// 2) name your language module here...
function(LS, Default, Spanish, French) {
function(LS, Default, Spanish, French, Polish, German) {
var $ = window.jQuery;
// 3) add your module to this map so it gets used
var map = {
'fr': French,
'es': Spanish,
'pl': Polish,
'de': German,
};
var defaultLanguage = 'en';