Plugins: adds languages to the plugin schema (#109949)

This commit is contained in:
Hugo Häggmark
2025-08-21 13:09:31 +02:00
committed by GitHub
parent bba89fdb42
commit 17438dcb6d

View File

@ -685,6 +685,13 @@
}
}
}
},
"languages": {
"type": "array",
"description": "The list of languages supported by the plugin. Each entry should be a locale identifier in the format `language-COUNTRY` (e.g., `en-US`, `fr-FR`, `es-ES`).",
"items": {
"type": "string"
}
}
}
}