mirror of
https://github.com/grafana/grafana.git
synced 2025-09-16 05:05:09 +08:00
Plugins: adds languages to the plugin schema (#109949)
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user