mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +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
|
@ -10,6 +10,17 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'en_US': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Super gemacht!',
|
||||
'',
|
||||
'Du hast den level in *{numCommands}* command(s) gelöst;',
|
||||
'unsere Lösung braucht {best}.'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'ja': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue