I18n: Add new language options (#101899)

* Add newLanguages feature toggle

* add additional languages behind feature toggle

* be more forgiving of what config looks like in tests

* tweak regex

* put pt-br back

* restore order of pt-BR and cn-Hans, rename EXTRA_LANGUAGES to NEW_LANGUAGES

* stricter test regex
This commit is contained in:
Josh Hunt
2025-03-11 12:07:16 +02:00
committed by GitHub
parent da25d97ffd
commit 210c886bb7
8 changed files with 161 additions and 23 deletions
@@ -227,6 +227,7 @@ Experimental features might be changed or removed without prior notice.
| `newLogsPanel` | Enables the new logs panel in Explore |
| `pluginsCDNSyncLoader` | Load plugins from CDN synchronously |
| `assetSriChecks` | Enables SRI checks for Grafana JavaScript assets |
| `extraLanguages` | Enables additional languages |
## Development feature toggles