the json file is like this:
{
"CHANGELINES": "Cambiar tr谩mite",
}
and show this:
Cambiar tr锟絫e
Thanks a lot
I think you have a problem of encoding on your json file, because I have accents in my translations files and no problems...
Than, I solved as follows
{
"CHANGELINES": "Cambiar tr\u00e1mite",
}
@gastonmq as @ocombe said it might have to do with how you save the file.
Try saving the file as utf-8 enconding
Most helpful comment
@gastonmq as @ocombe said it might have to do with how you save the file.
Try saving the file as utf-8 enconding