microsoft/vscode-loc

Public

mirrored fromhttps://github.com/microsoft/vscode-locAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8e74c2f53bbb4159e6c62dc9b8fe10c924cb4560

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

README.md

46lines · modecode

1# Visual Studio Code Language Packs
2
3This 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.
4
5Localized resource files are managed in [Microsoft Localization Community Platform (MLCP)](https://envelope-community.azurewebsites.net/).
6
7There are 9 "Core" languages for Visual Studio Code and, currently, 5 additional community driven languages:
8
9|Language|Visual Studio Code Language ID|MLCP Language Code|Type|
10|--------|--------|--------|--------|
11|**French**|fr|French (fr-fr)|Core
12|**Italian**|it|Italian (it-it)|Core
13|**German**|de|German (de-de)|Core
14|**Spanish**|es|Spanish (es-es)|Core
15|**Russian**|ru|Russian (ru-ru)|Core
16|**Chinese (Simplified)**|zh-cn|Chinese Simplified (zh-cn) |Core
17|**Chinese (Traditional)**|zh-tw|Chinese Traditional (zh-tw) |Core
18|**Japanese**|ja|Japanese (ja-jp)|Core
19|**Korean**|ko|Korean (ko-kr)|Core
20|**Bulgarian**|bg|Bulgarian (bg-bg)|Community
21|**English (United Kingdom)**|en-GB|English (en-gb)|Community
22|**Hungarian**|hu|Hungarian (hu-hu)|Community
23|**Portuguese (Brazil)**|pt-br|Portuguese (Brazil) (pt-br) |Community
24|**Turkish**|tr|Turkish (tr-tr)|Community
25
26Language pack extensions are published to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/VSCode)
27
28## Contributing Translations
29
30Visual Studio Code translations are done in the [Visual Studio Code Project in MLCP](https://aka.ms/vscodeloc). MLCP is the single source of "truth", therefore any changes need to be made there. This repository is for building the language pack extensions.
31
32## Issue Reporting
33
34If you want to give feedback or report issue, please create a [new GitHub issue](https://github.com/microsoft/vscode-loc/issues/new). Please check if a topic about your issue already exists!).
35
36## Legal
37Before 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`.
38
39# Microsoft Open Source Code of Conduct
40
41This project has adopted the [**Microsoft Open Source Code of Conduct**](https://opensource.microsoft.com/codeofconduct/).
42For more information see the [**Code of Conduct FAQ**](https://opensource.microsoft.com/codeofconduct/faq/) or
43contact [**opencode@microsoft.com**](mailto:opencode@microsoft.com) with any additional questions or comments.
44
45## License
46[MIT](LICENSE.md)
47