Merge pull request #34113 from its-mitesh-kumar/fix/user-settings-theme-toggle-i18n-priority

fix(user-settings): Prioritize i18n translation for built-in theme names
This commit is contained in:
Fredrik Adelöw
2026-05-15 20:31:13 +02:00
committed by GitHub
3 changed files with 48 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Prioritize i18n translation over `theme.title` for built-in light/dark theme names in `UserSettingsThemeToggle`, so that translation overrides are no longer silently ignored.