mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
add it to the intl thing
This commit is contained in:
parent
66da06b8ea
commit
cb1d50850b
6 changed files with 27 additions and 3 deletions
|
@ -643,6 +643,9 @@ var IntlHelperBar = HelperBar.extend({
|
|||
return [{
|
||||
text: 'Git Branching',
|
||||
id: 'english'
|
||||
}, {
|
||||
text: '日本語版リポジトリ',
|
||||
id: 'japanese'
|
||||
}, {
|
||||
text: 'Git 브랜치 배우기',
|
||||
id: 'korean'
|
||||
|
@ -658,6 +661,11 @@ var IntlHelperBar = HelperBar.extend({
|
|||
}];
|
||||
},
|
||||
|
||||
onJapaneseClick: function() {
|
||||
this.fireCommand('locale ja; levels');
|
||||
this.hide();
|
||||
},
|
||||
|
||||
onEnglishClick: function() {
|
||||
this.fireCommand('locale en_US; levels');
|
||||
this.hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue