mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Add zh-TW l10n
This commit is contained in:
parent
99525509c6
commit
3a10960941
21 changed files with 1003 additions and 25 deletions
|
@ -675,8 +675,11 @@ var IntlHelperBar = HelperBar.extend({
|
|||
text: 'Git 브랜치 배우기',
|
||||
id: 'korean'
|
||||
}, {
|
||||
text: '学习Git分支',
|
||||
id: 'chinese'
|
||||
text: '学习 Git 分支',
|
||||
id: 'chinese_s'
|
||||
}, {
|
||||
text: 'Git 分支',
|
||||
id: 'chinese_t'
|
||||
}, {
|
||||
text: 'français',
|
||||
id: 'french'
|
||||
|
@ -711,9 +714,14 @@ var IntlHelperBar = HelperBar.extend({
|
|||
this.hide();
|
||||
},
|
||||
|
||||
onChineseClick: function() {
|
||||
onSimpChineseClick: function() {
|
||||
this.fireCommand('locale zh_CN; levels');
|
||||
this.hide();
|
||||
},
|
||||
|
||||
onTradChineseClick: function() {
|
||||
this.fireCommand('locale zh_TW; levels');
|
||||
this.hide();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue