rubenv / angular-gettext-tools

Tools for extracting/compiling angular-gettext strings.
http://angular-gettext.rocketeer.be/
MIT License
39 stars 129 forks source link

angular-gettext fails to replace text with special characters #76

Closed NVK15 closed 9 years ago

NVK15 commented 9 years ago

Hi,

I have the following in my HTML page: <span translate>Total duration [min]</span>

I could extract this string into POT, and have the translated string compiled into JS file. The translations get replaced for all strings, except for strings which have special character like one mentioned above.

i get: [MISSING]: Total duration [min] . Where ever special characters are present, it is failing to replace. Is there anything i am missing to add?

Thanks in advance.

gabegorelick commented 9 years ago

This is a known issue, although I can't find the bug #.