Skip to content

feat(vscode): localize autocomplete strings - #11782

Merged
markijbema merged 14 commits into
mainfrom
mark/autocomplete-i18n-locales
Jun 30, 2026
Merged

feat(vscode): localize autocomplete strings#11782
markijbema merged 14 commits into
mainfrom
mark/autocomplete-i18n-locales

Conversation

@markijbema

Copy link
Copy Markdown
Contributor

What

  • Add autocomplete runtime dictionaries for all existing VS Code extension locales.
  • Wire autocomplete i18n to resolve vscode.env.language with English fallback.
  • Add autocomplete i18n key completeness and locale resolver test coverage.

Why

Autocomplete extension-host strings were only using the English dictionary. This makes the existing autocomplete key set locale-aware without adding new translation keys.

Validation

  • bun run typecheck from packages/kilo-vscode/
  • bun run lint from packages/kilo-vscode/
  • bun run test -- --grep "i18n" from packages/kilo-vscode/

Note: the targeted test command's compile step hit the existing local CLI smoke-test fallback (JSON Parse error: Unexpected identifier "undefined") while preparing bin/kilo, but the command exited successfully.

@markijbema
markijbema marked this pull request as ready for review June 29, 2026 12:11
@markijbema
markijbema merged commit f9eb4be into main Jun 30, 2026
32 of 34 checks passed
@markijbema
markijbema deleted the mark/autocomplete-i18n-locales branch June 30, 2026 07:46
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…n-locales

feat(vscode): localize autocomplete strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants