Adding traslation to show solution confirmation and added locate to store

This commit is contained in:
vinothmdev 2021-01-13 20:23:17 +00:00
parent e7f767cc02
commit d02565969e
2 changed files with 13 additions and 2 deletions

View file

@ -164,6 +164,16 @@ exports.dialog = {
'Wierzę w Ciebie! Możesz to zrobić'
]
}
}]
}],
'ta_IN': [{
type: 'ModalAlert',
options: {
markdowns: [
'## நீங்கள் நிச்சயமாக தீர்வை காண விரும்புகிறீர்களா?',
'',
'நான் உங்களால் அதை செய்ய முடியும் என நினைக்கிறேன்!'
]
}
}],
};