A full nl_NL catalog set under assets/i18n/nl_nl/ — all 26 namespaces, key-for- key parity with en_us. Proper nouns (clide, Claude, Git, font names) and the Vim mode names stay as-is; everything else is translated. Selectable via Settings → Appearance → Language. The a11y i18n gate now also asserts the Dutch pack covers every Tier-0 key, so a locale switch never falls back to English for a built-in label. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
925 B
JSON
15 lines
925 B
JSON
{
|
|
"command.preset.default": { "translation": "Toetsindeling: Standaard" },
|
|
"command.preset.vim": { "translation": "Toetsindeling: Vim" },
|
|
"command.preset.vscode": { "translation": "Toetsindeling: VS Code" },
|
|
"command.preset.jetbrains": { "translation": "Toetsindeling: JetBrains" },
|
|
"settings.keymap.title": { "translation": "Toetsindeling" },
|
|
"settings.keymap.section.preset": { "translation": "Voorinstelling" },
|
|
"settings.keymap.field.preset.label": { "translation": "Actieve voorinstelling" },
|
|
"settings.keymap.field.preset.help": { "translation": "Toetsenbordindeling voor de hele app." },
|
|
"settings.keymap.field.preset.option.default": { "translation": "Standaard" },
|
|
"settings.keymap.field.preset.option.vim": { "translation": "Vim" },
|
|
"settings.keymap.field.preset.option.vscode": { "translation": "VS Code" },
|
|
"settings.keymap.field.preset.option.jetbrains": { "translation": "JetBrains" }
|
|
}
|