Added options to choose Polish language
This commit is contained in:
parent
0b459890fd
commit
f6f1bc09bb
@ -4,17 +4,18 @@ define(['/customize/languageSelector.js',
|
|||||||
'/customize/translations/messages.fr.js',
|
'/customize/translations/messages.fr.js',
|
||||||
|
|
||||||
// 1) additional translation files can be added here...
|
// 1) additional translation files can be added here...
|
||||||
|
'/customize/translations/messages.pl.js',
|
||||||
'/bower_components/jquery/dist/jquery.min.js'],
|
'/bower_components/jquery/dist/jquery.min.js'],
|
||||||
|
|
||||||
// 2) name your language module here...
|
// 2) name your language module here...
|
||||||
function(LS, Default, Spanish, French) {
|
function(LS, Default, Spanish, French, Polish) {
|
||||||
var $ = window.jQuery;
|
var $ = window.jQuery;
|
||||||
|
|
||||||
// 3) add your module to this map so it gets used
|
// 3) add your module to this map so it gets used
|
||||||
var map = {
|
var map = {
|
||||||
'fr': French,
|
'fr': French,
|
||||||
'es': Spanish,
|
'es': Spanish,
|
||||||
|
'pl': Polish,
|
||||||
};
|
};
|
||||||
|
|
||||||
var defaultLanguage = 'en';
|
var defaultLanguage = 'en';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user