Bundled Display Locales
Source: product.json → joingroveMarketCustomization.bundledLocales
Generated: 01/09/2026
Key Concepts
- MS language packs: French, Spanish, Portuguese, German, Turkish, Chinese ship as standard VS Code language pack extensions.
- African community l10n: Swahili, Yoruba, Hausa, Amharic, and Wolof ship in
joingrove.joingrove-community-l10n. - In-app: Command Palette → Choose Display Language (Bundled Packs) (
joingrove.configureBundledLocale).
API / Reference
| Locale ID | Label | Localized label | Pack | Community |
|---|---|---|---|---|
| en | English | English | — |
MS pack |
| fr | French | Français | ms-ceintl.vscode-language-pack-fr |
MS pack |
| es | Spanish | Español | ms-ceintl.vscode-language-pack-es |
MS pack |
| pt-br | Portuguese (Brazil) | Português (Brasil) | ms-ceintl.vscode-language-pack-pt-BR |
MS pack |
| de | German | Deutsch | ms-ceintl.vscode-language-pack-de |
MS pack |
| tr | Turkish | Türkçe | ms-ceintl.vscode-language-pack-tr |
MS pack |
| zh-cn | Chinese (Simplified) | 简体中文 | ms-ceintl.vscode-language-pack-zh-hans |
MS pack |
| sw | Swahili | Kiswahili | joingrove.joingrove-community-l10n |
Yes |
| yo | Yoruba | Yorùbá | joingrove.joingrove-community-l10n |
Yes |
| ha | Hausa | Hausa | joingrove.joingrove-community-l10n |
Yes |
| am | Amharic | አማርኛ | joingrove.joingrove-community-l10n |
Yes |
| wo | Wolof | Wolof | joingrove.joingrove-community-l10n |
Yes |
Setup & Installation
Reference tables are generated from canonical sources (product.json, command registrations, egress policy). After changing those sources, regenerate:
node scripts/generate-docs-reference.mjs
Next: Run npm run verify-docs to confirm tables match sources.
Code Examples
npm run generate-docs-reference
Next: Open the docs hub with joingrove.openDocsHub or browse topics with joingrove.openDocsTopic.
How It Connects
- Documentation hub:
docs/README.md - Doc template:
docs/TEMPLATE.md - Verify:
npm run verify-docs