mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
update src/js/views/index.js
This commit is contained in:
parent
292e70cf29
commit
7a519c822f
1 changed files with 4 additions and 4 deletions
|
@ -676,10 +676,10 @@ var IntlHelperBar = HelperBar.extend({
|
|||
id: 'korean'
|
||||
}, {
|
||||
text: '学习 Git 分支',
|
||||
id: 'chinese_s'
|
||||
id: 'simpchinese'
|
||||
}, {
|
||||
text: 'Git 分支',
|
||||
id: 'chinese_t'
|
||||
id: 'tradchinese'
|
||||
}, {
|
||||
text: 'français',
|
||||
id: 'french'
|
||||
|
@ -714,12 +714,12 @@ var IntlHelperBar = HelperBar.extend({
|
|||
this.hide();
|
||||
},
|
||||
|
||||
onSimpChineseClick: function() {
|
||||
onSimpchineseClick: function() {
|
||||
this.fireCommand('locale zh_CN; levels');
|
||||
this.hide();
|
||||
},
|
||||
|
||||
onTradChineseClick: function() {
|
||||
onTradchineseClick: function() {
|
||||
this.fireCommand('locale zh_TW; levels');
|
||||
this.hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue