mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58: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ć'
|
'Wierzę w Ciebie! Możesz to zrobić'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
'ta_IN': [{
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## நீங்கள் நிச்சயமாக தீர்வை காண விரும்புகிறீர்களா?',
|
||||||
|
'',
|
||||||
|
'நான் உங்களால் அதை செய்ய முடியும் என நினைக்கிறேன்!'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,8 @@ var langLocaleMap = {
|
||||||
uk: 'uk',
|
uk: 'uk',
|
||||||
vi: 'vi',
|
vi: 'vi',
|
||||||
sl: 'sl_SI',
|
sl: 'sl_SI',
|
||||||
pl: 'pl'
|
pl: 'pl',
|
||||||
|
ta: 'ta_IN'
|
||||||
};
|
};
|
||||||
|
|
||||||
var headerLocaleMap = {
|
var headerLocaleMap = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue