Feature request: UI localization (l10n) support for Claude Code VS Code extension
Summary
The Claude Code VS Code extension (anthropic.claude-code) has no localization bundle at all - checked v2.1.212's package.json and extension folder, there is no l10n field and no l10n/bundle.l10n.<locale>.json files.
Impact
Once VS Code's own display language is set to a non-English locale (e.g. Polish, via the official Language Pack), VS Code's core UI (menus, command palette, settings) correctly switches language. However every string contributed by the Claude Code extension itself - including permission/confirmation dialogs ("Allow this command?"), panel labels, and other extension UI - stays in English regardless of the configured display language, since the extension ships no translated strings for VS Code's l10n mechanism to pick up.
Request
Please consider adding l10n support (e.g. via vscode.l10n + l10n/bundle.l10n.<locale>.json files, the standard mechanism other VS Code extensions use) so the extension's own UI can follow the user's configured VS Code display language instead of always rendering in English.
Environment
- Claude Code VS Code extension version: 2.1.212
- VS Code version: 1.129.0
- OS: Windows 11
- Display language tested: Polish (pl), via ms-ceintl.vscode-language-pack-pl