Merge branch 'more-zh-translation' of git://github.com/dotnil/learnGitBranching into dotnil

Issue #74
This commit is contained in:
Peter Cottle 2013-03-07 20:19:12 -08:00
parent b3c6b6de66
commit 6fdcbbcee1
9 changed files with 149 additions and 38 deletions

View file

@ -9,6 +9,16 @@ exports.dialog = {
'our solution uses {best}.'
]
}
}],
'zh_CN': [{
type: 'ModalAlert',
options: {
markdowns: [
'## 碉堡了!',
'',
'你用 *{numCommands}* 条命令搞定了这一关;我们的答案要用 {best}。'
]
}
}]
};