Tagged Questions
1
vote
1answer
836 views
Poedit regex based parser?
In our JS files we use the following format for Gettext translation:
var str1 = '!t[The text that should be translated]';
var str2 = '!t[Some more text]';
This JS files will be parsed using PHP and ...