mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 07:02:47 +08:00
Plugins: updates plugin schema description for language prop (#110013)
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user