Hi,
I’m learning to develop to JIRA Cloud platform. My idea is create a report view, but I tried to use translations paths in English and Portuguese (Brazil). I tried to install the addon but an error message it’s showed:
The add-on descriptor failed to validate against the schema. Please confirm this add-on is intended for use with JIRA and then contact the add-on vendor.
/translations/paths: object instance has properties which are not allowed by the schema: [“pt-BR”]
atlassian-connector.json | translations:
"translations": {
"paths": {
"en-US":"/i18n/en_US.json",
"pt-BR":"/i18n/pt_BR.json"
}
}
/18n/pt_BR.json:
{
"report":{
"example": {
"name":"Relatório de Exemplo",
"description":"Este é um relatório de exemplo"
},
"outro": {
"name":"Outro Relatório",
"description":"Este é outro relatório de exemplo"
}
}
}
I’ve already used json key “pt_BR” (with underscore) but didn’t works.
Image:
Can somebody help me ?
Thank you.