mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-02 18:54:27 +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'
|
id: 'korean'
|
||||||
}, {
|
}, {
|
||||||
text: '学习 Git 分支',
|
text: '学习 Git 分支',
|
||||||
id: 'chinese_s'
|
id: 'simpchinese'
|
||||||
}, {
|
}, {
|
||||||
text: 'Git 分支',
|
text: 'Git 分支',
|
||||||
id: 'chinese_t'
|
id: 'tradchinese'
|
||||||
}, {
|
}, {
|
||||||
text: 'français',
|
text: 'français',
|
||||||
id: 'french'
|
id: 'french'
|
||||||
|
@ -714,12 +714,12 @@ var IntlHelperBar = HelperBar.extend({
|
||||||
this.hide();
|
this.hide();
|
||||||
},
|
},
|
||||||
|
|
||||||
onSimpChineseClick: function() {
|
onSimpchineseClick: function() {
|
||||||
this.fireCommand('locale zh_CN; levels');
|
this.fireCommand('locale zh_CN; levels');
|
||||||
this.hide();
|
this.hide();
|
||||||
},
|
},
|
||||||
|
|
||||||
onTradChineseClick: function() {
|
onTradchineseClick: function() {
|
||||||
this.fireCommand('locale zh_TW; levels');
|
this.fireCommand('locale zh_TW; levels');
|
||||||
this.hide();
|
this.hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue