mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
feat: Translating in es_MX
I add the translation for confirmShowSolution, nextLevel, sandbox, IntlHelperBarView, étc. Various of the levels.
This commit is contained in:
parent
46d54b2dc7
commit
ce754be8db
12 changed files with 528 additions and 1 deletions
|
@ -67,6 +67,17 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'es_MX': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## ¡Buen trabajo!',
|
||||
'',
|
||||
'Resolviste el nivel en *{numCommands}* comandos; ',
|
||||
'nuestra mejor solución usa: {best}.'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'es_ES': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue