I'm quite new to poEdit, and I'm successfully translating 95% of my keys in my javascript templates and files.
I use this syntax __("key")
, mainly <%= __("key") %>
.
But (there always is a but), for some reason, this key email
in placeholder
enter code here
<input type='text' name='username' placeholder='<%= _("email") %>'>
is not parsed with poEdit.
I'm using Python parser; with __
keyword. What did I miss ?
Thanks for you help