lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 89 forks source link

lajax.t() scans the javascript messages but does not translates them. Is there an other way to translate the alert messages ? #151

Open nilima004 opened 2 years ago

nilima004 commented 2 years ago

I have used a js file where all my alert messages are assigned to a constant variable i.e const DELETE = lajax.t('Delete'). But when I use this variable the word is not getting translated in hindi language.