Plugins: updates plugin schema description for language prop (#110013)

This commit is contained in:
Hugo Häggmark
2025-08-22 09:24:54 +02:00
committed by GitHub
parent 27c845828b
commit 6822bea9ed

View File

@ -688,7 +688,7 @@
},
"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`).",
"description": "The list of languages supported by the plugin. Each entry should be a locale identifier in the format `language-COUNTRY` (for example `en-US`, `fr-FR`, `es-ES`).",
"items": {
"type": "string"
}