CSV translation not showing correctly

Godot Version

4

Question

I imported a CSV file with localizations for english and spanish. The CSV looks like this:


As you can see, the word CRÉDITOS has an accent, but in game it does not show:
image
And if I write the text in spanish manually into the button, it does show:
image
What´s the issue here? Thanks!

Maybe is related about how the CSV editor serializes é character?

Hmm yeah I think you are right, I didn’t notice this error:


Still don’t know how to fix :c

If you’re using OpenOffice, this is the first google result:

The important part is that you serialize the text with UTF-8 unicode characters I think :thinking:

1 Like

It worked! I used Excel and exported the wrong way. Thanks a lot!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.