mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Added Korean discription for newtLevel
This commit is contained in:
parent
3214bb39b6
commit
61a2372b7e
1 changed files with 10 additions and 1 deletions
|
@ -109,6 +109,15 @@ exports.dialog = {
|
|||
'наш розв’язок складається з {best}.'
|
||||
]
|
||||
}
|
||||
}],'ko': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 훌륭합니다!!',
|
||||
'',
|
||||
'이 레벨을 *{numCommands}*개의 명렁(들)로 해결했습니다.; ',
|
||||
'저희 답은 {best}개를 사용합니다.'
|
||||
]
|
||||
}
|
||||
}],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue