Add zh-TW l10n

This commit is contained in:
Carl X. Su 2013-12-07 02:23:19 +08:00
parent 99525509c6
commit 3a10960941
21 changed files with 1003 additions and 25 deletions

View file

@ -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();
}
});