Make the localization usable: an app.locale select (English / Nederlands) in the Appearance category, applied live by root_shell — it parses app.locale and calls i18n.setLocale on boot + on settings change (setLocale is a no-op when unchanged). nl_NL registered in availableLocales. The ui-design skill now documents the locale-dir config and the rule to design for string-length variation (translations run ~20% longer; never hard-size to the English label). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
1.8 KiB
JSON
26 lines
1.8 KiB
JSON
{
|
|
"command.pick": { "translation": "Theme…" },
|
|
"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" },
|
|
"section.appearance": { "translation": "Appearance" },
|
|
"toggle.highContrast": { "translation": "High contrast" },
|
|
"settings.appearance.title": { "translation": "Appearance" },
|
|
"settings.appearance.section.theme": { "translation": "Theme" },
|
|
"settings.appearance.section.typography": { "translation": "Typography" },
|
|
"settings.appearance.field.theme.label": { "translation": "Theme" },
|
|
"settings.appearance.field.theme.help": { "translation": "Color theme; high contrast switches to the accessible variant." },
|
|
"settings.appearance.field.uiFont.label": { "translation": "UI font" },
|
|
"settings.appearance.field.uiFont.help": { "translation": "Typeface for the app interface; applies live." },
|
|
"settings.appearance.field.uiFont.option.josefinSans": { "translation": "Josefin Sans" },
|
|
"settings.appearance.field.uiFont.option.inter": { "translation": "Inter" },
|
|
"settings.appearance.field.monoFont.label": { "translation": "Monospace font" },
|
|
"settings.appearance.field.monoFont.help": { "translation": "Terminal, diffs, code, and IDs; applies live." },
|
|
"settings.appearance.field.monoFont.option.jetBrainsMono": { "translation": "JetBrains Mono" },
|
|
"settings.appearance.field.monoFont.option.firaMono": { "translation": "Fira Mono" },
|
|
"settings.appearance.section.language": { "translation": "Language" },
|
|
"settings.appearance.field.language.label": { "translation": "Language" },
|
|
"settings.appearance.field.language.help": { "translation": "Language for the app interface; applies live." }
|
|
}
|