Hello, i have some message in my module in portuguese that i want to translate,
i got the file messages_pt for example this one: dermatology.lesionmapping.title=MAPA DE LESÕES
@meizzz switch your message properties files to the UTF-8 encoding. For instance if you are using Eclipse, right click on the file in Package or Project Explorer and select “Properties” from the menu that pops up. At the bottom of the properties window, you will see the “Text file encoding” where you can change it from ISO-8859-1 to UTF-8
Do not forget to edit some of your text back to their UTF-8 equivalent, after switching.