Angular translate not working properly with special characters

Hi, I’m using angular translate and the translation of special chars, such as ‘ç’, ‘á’ or ‘õ’ does not work.

I’ve defined the sanitize as $translateProvider.useSanitizeValueStrategy(‘sanitizeParameters’);, but still doesn’t work.

the same strategy in a web project works properly.

Thanks