mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Added locale german, lots of translations
This commit is contained in:
parent
4c350da546
commit
f7a6acd494
6 changed files with 195 additions and 7 deletions
|
@ -680,6 +680,9 @@ var IntlHelperBar = HelperBar.extend({
|
|||
}, {
|
||||
text: 'français',
|
||||
id: 'french'
|
||||
}, {
|
||||
text: 'Deutsch',
|
||||
id: 'german'
|
||||
}, {
|
||||
icon: 'signout',
|
||||
id: 'exit'
|
||||
|
@ -711,6 +714,11 @@ var IntlHelperBar = HelperBar.extend({
|
|||
this.hide();
|
||||
},
|
||||
|
||||
onGermanClick: function() {
|
||||
this.fireCommand('locale de_DE; levels');
|
||||
this.hide();
|
||||
},
|
||||
|
||||
onChineseClick: function() {
|
||||
this.fireCommand('locale zh_CN; levels');
|
||||
this.hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue