fix(i18n): close theme-picker + diff catalog gaps (T-463)

theme-picker referenced section.appearance + toggle.highContrast with no
catalog entries (silently fell to the placeholder); add both. builtin.diff
contributes a localized tab but shipped no catalog file at all; create it with
tab.title. Both namespaces now resolve from the catalog.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-18 09:56:25 +02:00
co-authored by Claude Opus 4.8
parent 6d2361cd61
commit 3e83373258
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,3 @@
{
"tab.title": { "translation": "Diff" }
}
@@ -3,5 +3,7 @@
"modal.title": { "translation": "Select theme" },
"modal.cancel": { "translation": "Cancel" },
"modal.cancel.hint": { "translation": "Close the theme picker without changing the current theme" },
"row.select.hint": { "translation": "Activate this theme" }
"row.select.hint": { "translation": "Activate this theme" },
"section.appearance": { "translation": "Appearance" },
"toggle.highContrast": { "translation": "High contrast" }
}