Docs: Update language description in plugin schema (#112040)

This commit is contained in:
Hugo Häggmark
2025-10-06 10:34:16 +02:00
committed by GitHub
parent 601f7cda34
commit 82d6fe5914
@@ -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` (for example `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`, `es-ES`, `de-DE`).",
"items": {
"type": "string"
}