Hello!
When setting up translations in
atlassian-connect.json
I’m having some problems with special characters.
The Spanish i18n UTF-8 file containing:
{
"configuracion": "Configuración"
}
is being shown in Jira with this character converted to its html entity code
Configuración
I’m using atlassian connect express as backend server.
Anyone having this problem or solution?
Thank you!