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?
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.