i18n: permission-prompt dialog labels (Yes/No/Allow) are hardcoded in English
The VS Code extension's permission-approval dialog (the prompt shown when Claude requests to run a tool/command) always displays English button labels ("Yes", "Allow", "No"), regardless of the editor's display language.
I checked the installed extension package (anthropic.claude-code) and found no l10n/nls localization bundles, so this doesn't appear to be a matter of switching VS Code's display language -- the strings seem to be hardcoded.
Feature request: add i18n/localization support for the permission-dialog UI (and ideally other extension chrome), at least respecting VS Code's configured display language, so non-English-speaking users get a fully localized experience (e.g. Portuguese, Spanish, etc.) -- Claude's own generated responses can already be steered to another language via CLAUDE.md, but the surrounding UI chrome cannot.
Thanks!