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

@ -9,6 +9,16 @@ exports.dialog = {
]
}
}],
'de_DE': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Bist du sicher, dass du die Auflösung sehen willst?',
'',
'Ich glaube an dich! Du schaffst das!'
]
}
}],
'zh_CN': [{
type: 'ModalAlert',
options: {