back to home

microsoft / vscode-loc

VS Code Localization Extension

View on GitHub
707 stars
379 forks
86 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing microsoft/vscode-loc in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/microsoft/vscode-loc)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Visual Studio Code Language Packs Visual Studio Code is localized into many different languages using the concept of Language Packs. Language Packs can be installed by running the command in Visual Studio Code's Command Palette or installed via the Visual Studio Code Marketplace. The original English strings can be found in the source code of the open source repository, and the localized strings for supported languages can be found in this repository. Localized resource files are managed and edited by Microsoft. Files will be exported to this repository when strings are updated to prepare for the publishing of language packs. There are currently 14 supported languages for Visual Studio Code. |Language|Visual Studio Code Language ID|MLCP Language Code| |--------|--------|--------| |**French**|fr|French (fr-fr) |**Italian**|it|Italian (it-it) |**German**|de|German (de-de) |**Spanish**|es|Spanish (es-es) |**Russian**|ru|Russian (ru-ru) |**Chinese (Simplified)**|zh-cn|Chinese Simplified (zh-cn) |**Chinese (Traditional)**|zh-tw|Chinese Traditional (zh-tw) |**Japanese**|ja|Japanese (ja-jp) |**Korean**|ko|Korean (ko-kr) |**Czech**|cs|Czech (cs-CZ) |**Portuguese (Brazil)**|pt-br|Portuguese (Brazil) (pt-br) |**Turkish**|tr|Turkish (tr-tr) |**Polish**|pl|Polish (pl-pl) |**Pseudo Language**|qps-ploc|Pseudo (qps-ploc) Contributing If you want to give feedback or report an issue with a translation, please create a new GitHub issue. Please check if a topic about your issue already exists! Translation strings are managed on the Microsoft Localization Platform, and changes to strings can only be made there. Consequently, pull requests fixing translations won't be accepted. All other PRs to things like , , etc., will be accepted at the discretion of the maintainers. Legal Before we can accept your pull request, you will need to sign a **Contribution License Agreement**. All you need to do is submit a pull request. It will then be appropriately labeled (e.g., , , , ). If you already signed the agreement, we will continue with reviewing the PR; otherwise, our system will tell you how you can sign the CLA. Once you sign the CLA, all future PRs will be labeled as . Microsoft Open Source Code of Conduct This project has adopted the **Microsoft Open Source Code of Conduct**. For more information, see the **Code of Conduct FAQ** or contact **opencode@microsoft.com** with any additional questions or comments. License MIT