mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-02 18:54:27 +02:00
Merge pull request #75 from dotnil/master
Added zh_CN for confirmShowSolution dialog
This commit is contained in:
commit
9a3c117532
2 changed files with 11 additions and 1 deletions
|
@ -8,6 +8,16 @@ exports.dialog = {
|
|||
'I believe in you! You can do it'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'zh_CN': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## 确定要看答案吗?',
|
||||
'',
|
||||
'哥相信你!你可以的'
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue