integrate brazilian portuguese translation
This commit is contained in:
parent
d6229e31a4
commit
3dd5748f7f
@ -6,10 +6,13 @@ define(['/customize/languageSelector.js',
|
|||||||
// 1) additional translation files can be added here...
|
// 1) additional translation files can be added here...
|
||||||
'/customize/translations/messages.pl.js',
|
'/customize/translations/messages.pl.js',
|
||||||
'/customize/translations/messages.de.js',
|
'/customize/translations/messages.de.js',
|
||||||
|
'/customize/translations/messages.pt-br.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, Polish, German) {
|
function(LS, Default, Spanish, French, Polish, German, BrPortuguese) {
|
||||||
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
|
||||||
@ -18,6 +21,7 @@ define(['/customize/languageSelector.js',
|
|||||||
'es': Spanish,
|
'es': Spanish,
|
||||||
'pl': Polish,
|
'pl': Polish,
|
||||||
'de': German,
|
'de': German,
|
||||||
|
'pt-br': BrPortuguese,
|
||||||
};
|
};
|
||||||
|
|
||||||
var defaultLanguage = 'en';
|
var defaultLanguage = 'en';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user