VS Code in en

Asked

Viewed 7,960 times

3

VS Code does not yet support Portuguese translation, does anyone know of any way to do this? some extension or something like?

  • Browse the plugins Marketplace of the official website or the vs code project on github

  • Young was released the PT-BR Pack for Vs Code, look at the Edit I made in my first reply!

1 answer

1


Edit: 12/03/2018

It was released the "Portuguese (Brazil) Language Pack for VS Code" you can see the documentation at this link: https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-pt-BR

And as stated in the old answer just do the "locale": "pt-br" Documentation on the Locales https://code.visualstudio.com/docs/getstarted/locales

Official note on this update of Language Packs to the Version 1.21 of VS Code. https://code.visualstudio.com/updates/v1_21#_language-packs


There is not yet a stable version of en-BR for VS Code. However, there is a version for those who participate in the "Insiders build". But apparently the developers of Microsoft will not release new languages until they define better what will be the "language packs"

"After Discussion we decided not to Bring it to the Official release until we define a story for "language packs". However, it will Stay in the Insiders."

[Loc] Request to add Brazilian Portuguese language in VS Code #25107 https://github.com/Microsoft/vscode/issues/25107 (Official Github Project Release Link)

Link to currently supported languages, but note that they speak this: *

By default, VS Code Picks up the Operating system’s display language, Falling back to English (US) if the locale is not supported.

In short, you can put one "en" in his "locale":"pt-br" that once you have the language pack your VS Code will go to Portuguese, and as long as there is no translation will continue on EN as fallback

inserir a descrição da imagem aqui

Supported languages official website link https://code.visualstudio.com/docs/getstarted/locales

And if you are interested there are some options for plugins like Spell Checker - Spell Checker

Plugin link: https://marketplace.visualstudio.com/search?term=portugues&target=VSCode&category=All%20categories&sortBy=Relevance

Browser other questions tagged

You are not signed in. Login or sign up in order to post.