mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Adding traslation to show solution confirmation and added locate to store
This commit is contained in:
parent
e7f767cc02
commit
d02565969e
2 changed files with 13 additions and 2 deletions
|
@ -164,6 +164,16 @@ exports.dialog = {
|
|||
'Wierzę w Ciebie! Możesz to zrobić'
|
||||
]
|
||||
}
|
||||
}]
|
||||
}],
|
||||
'ta_IN': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## நீங்கள் நிச்சயமாக தீர்வை காண விரும்புகிறீர்களா?',
|
||||
'',
|
||||
'நான் உங்களால் அதை செய்ய முடியும் என நினைக்கிறேன்!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue