Full Spanish translation

This commit is contained in:
mgarciaisaia 2014-05-03 17:30:32 -03:00
parent f1686932cb
commit 31ea0cedd0
40 changed files with 2397 additions and 4 deletions

View file

@ -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();