mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Full Spanish translation
This commit is contained in:
parent
f1686932cb
commit
31ea0cedd0
40 changed files with 2397 additions and 4 deletions
|
@ -701,6 +701,9 @@ var IntlHelperBar = HelperBar.extend({
|
|||
}, {
|
||||
text: '學習 Git 分支',
|
||||
id: 'tradchinese'
|
||||
}, {
|
||||
text: 'español',
|
||||
id: 'spanish'
|
||||
}, {
|
||||
text: 'français',
|
||||
id: 'french'
|
||||
|
@ -733,6 +736,11 @@ var IntlHelperBar = HelperBar.extend({
|
|||
this.hide();
|
||||
},
|
||||
|
||||
onSpanishClick: function() {
|
||||
this.fireCommand('locale es_AR; levels');
|
||||
this.hide();
|
||||
},
|
||||
|
||||
onFrenchClick: function() {
|
||||
this.fireCommand('locale fr_FR; levels');
|
||||
this.hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue