This repository contains all of the localized Language Pack extensions for Visual Studio Code. A Language Pack contains the localized string resources for a particular language.
Localized resource files are managed in Microsoft Localization Community Platform (MLCP).
There are 13 "Core" languages for Visual Studio Code and, currently, 3 additional community driven languages:
Language | Visual Studio Code Language ID | MLCP Language Code | Type |
---|---|---|---|
French | fr | French (fr-fr) | Core |
Italian | it | Italian (it-it) | Core |
German | de | German (de-de) | Core |
Spanish | es | Spanish (es-es) | Core |
Russian | ru | Russian (ru-ru) | Core |
Chinese (Simplified) | zh-cn | Chinese Simplified (zh-cn) | Core |
Chinese (Traditional) | zh-tw | Chinese Traditional (zh-tw) | Core |
Japanese | ja | Japanese (ja-jp) | Core |
Korean | ko | Korean (ko-kr) | Core |
Czech | cs | Czech (cs-CZ) | Core |
Portuguese (Brazil) | pt-br | Portuguese (Brazil) (pt-br) | Core |
Turkish | tr | Turkish (tr-tr) | Core |
Bulgarian | bg | Bulgarian (bg-bg) | Community |
English (United Kingdom) | en-GB | English (en-gb) | Community |
Hungarian | hu | Hungarian (hu-hu) | Community |
Language pack extensions are published to the Visual Studio Code Marketplace
Visual Studio Code translations are done in the Visual Studio Code Project in MLCP. MLCP is the single source of "truth", therefore any changes need to be made there. This repository is for building the language pack extensions.
If you want to give feedback or report issue, please create a new GitHub issue. Please check if a topic about your issue already exists!).
Before we can accept your pull request you will need to sign a Contribution License Agreement. All you need to do is to submit a pull request, then the PR will get appropriately labelled (e.g. cla-required
, cla-norequired
, cla-signed
, cla-already-signed
). If you already signed the agreement we will continue with reviewing the PR, otherwise system will tell you how you can sign the CLA. Once you sign the CLA all future PR's will be labeled as cla-signed
.
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.