microsoft/vscode-loc

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bafc494ee172e753cac874ff0e4bcfc225607754

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
3[![CI](https://github.com/microsoft/vscode-loc/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/vscode-loc/actions/workflows/ci.yml)
4
5This 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.
6
7Localized resource files are managed and edited in Microsoft Localization Community. Files will be exported to this repository when prepare the publishing of language pack.
8
9Language pack extensions are published to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/search?target=VSCode&category=Language%20Packs&sortBy=Installs)
10
11There are currently 14 "Core" languages for Visual Studio Code.
12
13|Language|Visual Studio Code Language ID|MLCP Language Code|
14|--------|--------|--------|
15|**French**|fr|French (fr-fr)
16|**Italian**|it|Italian (it-it)
17|**German**|de|German (de-de)
18|**Spanish**|es|Spanish (es-es)
19|**Russian**|ru|Russian (ru-ru)
20|**Chinese (Simplified)**|zh-cn|Chinese Simplified (zh-cn)
21|**Chinese (Traditional)**|zh-tw|Chinese Traditional (zh-tw)
22|**Japanese**|ja|Japanese (ja-jp)
23|**Korean**|ko|Korean (ko-kr)
24|**Czech**|cs|Czech (cs-CZ)
25|**Portuguese (Brazil)**|pt-br|Portuguese (Brazil) (pt-br)
26|**Turkish**|tr|Turkish (tr-tr)
27|**Polish**|pl| Polish (pl-pl)
28|**Pseudo Language**|qps-ploc|Pseudo (qps-ploc)
29
30## Contributing
31
32If you want to give feedback or report an issue with a translation, please create a [new GitHub issue](https://github.com/microsoft/vscode-loc/issues/new). Please check if a topic about your issue already exists!
33Translation 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 `README.md`, `package.json`, etc. will be accepted at the discretion of the maintainers.
34
35## Legal
36
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