Hello,
We're trying to add support for Polish in our plugin. According to the JSON schema of the file atlassian-connect.json, pl-PL is a supported key in the translations section. But when we add that key into our atlassian-connect.json file, Atlassian reports to us that our configuration file is invalid. This is an excerpt of the file jira-global-schema.json:
"it-IT": {
"format": "uri",
"type": "string",
"title": "it-IT",
"fieldDescription": "\n\nTranslations for the \"it-IT\" (Italian) locale.\n\n"
},
"pl-PL": {
"format": "uri",
"type": "string",
"title": "pl-PL",
"fieldDescription": "\n\nTranslations for the \"pl-PL\" (Polish) locale.\n\n"
},
"ru-RU": {
"format": "uri",
"type": "string",
"title": "ru-RU",
"fieldDescription": "\n\nTranslations for the \"ru-RU\" (Russian) locale.\n\n"
},
Is Polish really officially supported for translations of strings in the atlassian-connect.json descriptor ?