Added locale german, lots of translations

This commit is contained in:
Jens Bremmekamp 2013-12-18 16:33:45 +01:00
parent 4c350da546
commit f7a6acd494
6 changed files with 195 additions and 7 deletions

View file

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