add it to the intl thing

This commit is contained in:
Peter Cottle 2013-03-24 14:42:19 -07:00
parent 66da06b8ea
commit cb1d50850b
6 changed files with 27 additions and 3 deletions

View file

@ -10155,6 +10155,9 @@ var IntlHelperBar = HelperBar.extend({
return [{
text: 'Git Branching',
id: 'english'
}, {
text: '日本語版リポジトリ',
id: 'japanese'
}, {
text: 'Git 브랜치 배우기',
id: 'korean'
@ -10170,6 +10173,11 @@ var IntlHelperBar = HelperBar.extend({
}];
},
onJapaneseClick: function() {
this.fireCommand('locale ja; levels');
this.hide();
},
onEnglishClick: function() {
this.fireCommand('locale en_US; levels');
this.hide();
@ -29000,6 +29008,9 @@ var IntlHelperBar = HelperBar.extend({
return [{
text: 'Git Branching',
id: 'english'
}, {
text: '日本語版リポジトリ',
id: 'japanese'
}, {
text: 'Git 브랜치 배우기',
id: 'korean'
@ -29015,6 +29026,11 @@ var IntlHelperBar = HelperBar.extend({
}];
},
onJapaneseClick: function() {
this.fireCommand('locale ja; levels');
this.hide();
},
onEnglishClick: function() {
this.fireCommand('locale en_US; levels');
this.hide();