microsoft/vscode-loc

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b9dbaa2f50a974e1f66fe80020e3fed07c716e8

Branches

Tags

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

Clone

HTTPS

Download ZIP

README.md

48lines · modecode

1# Visual Studio Code Language Packs
2
3This repository contains files to build 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 and edited in Microsoft Localization Community. Files will be exported to this repository when prepare the publishing of language pack.
6
7Language pack extensions are published to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/search?target=VSCode&category=Language%20Packs&sortBy=Installs)
8
9There are 13 "Core" languages for Visual Studio Code.
10Previous 3 additional community driven languages are putting on hold while we are looking for the way how community can contribute.
11
12|Language|Visual Studio Code Language ID|MLCP Language Code|Type|
13|--------|--------|--------|--------|
14|**French**|fr|French (fr-fr)|Core
15|**Italian**|it|Italian (it-it)|Core
16|**German**|de|German (de-de)|Core
17|**Spanish**|es|Spanish (es-es)|Core
18|**Russian**|ru|Russian (ru-ru)|Core
19|**Chinese (Simplified)**|zh-cn|Chinese Simplified (zh-cn) |Core
20|**Chinese (Traditional)**|zh-tw|Chinese Traditional (zh-tw) |Core
21|**Japanese**|ja|Japanese (ja-jp)|Core
22|**Korean**|ko|Korean (ko-kr)|Core
23|**Czech**|cs|Czech (cs-CZ) |Core
24|**Portuguese (Brazil)**|pt-br|Portuguese (Brazil) (pt-br) |Core
25|**Turkish**|tr|Turkish (tr-tr)|Core
26|**Bulgarian**|bg|Bulgarian (bg-bg)|Community
27|**English (United Kingdom)**|en-GB|English (en-gb)|Community
28|**Hungarian**|hu|Hungarian (hu-hu)|Community
29
30
31
32
33## Contributing
34
35If 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!).
36Since translation strings are managed and edited in Microsoft Localization Platform. Change can only be made there. So pull request won't be accepted in vscode-loc repo except language pack readme.md.
37
38## Legal
39Before 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`.
40
41# Microsoft Open Source Code of Conduct
42
43This project has adopted the [**Microsoft Open Source Code of Conduct**](https://opensource.microsoft.com/codeofconduct/).
44For more information see the [**Code of Conduct FAQ**](https://opensource.microsoft.com/codeofconduct/faq/) or
45contact [**opencode@microsoft.com**](mailto:opencode@microsoft.com) with any additional questions or comments.
46
47## License
48[MIT](LICENSE.md)
49