Preliminary translation into Brazilian Portuguese

This commit is contained in:
Paulo Matias 2014-12-23 03:27:34 -02:00
parent 0aba56ef15
commit f3a8f6c5e6
41 changed files with 2396 additions and 0 deletions

View file

@ -714,6 +714,9 @@ var IntlHelperBar = HelperBar.extend({
}, {
text: 'español',
id: 'spanish'
}, {
text: 'português',
id: 'portuguese'
}, {
text: 'français',
id: 'french'
@ -750,6 +753,11 @@ var IntlHelperBar = HelperBar.extend({
this.fireCommand('locale es_AR; levels');
this.hide();
},
onPortugueseClick: function() {
this.fireCommand('locale pt_BR; levels');
this.hide();
},
onFrenchClick: function() {
this.fireCommand('locale fr_FR; levels');