mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 03:34:27 +02:00
Preliminary translation into Brazilian Portuguese
This commit is contained in:
parent
0aba56ef15
commit
f3a8f6c5e6
41 changed files with 2396 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue