feat: translate tscofing infos into portuguese/br #924
feat: translate tscofing infos into portuguese/br #924github-actions[bot] merged 3 commits intomicrosoft:v2from
Conversation
|
Thanks for the PR! This section of the codebase is owned by @khaosdoctor, @danilofuchs, and @orta - if they write a comment saying "LGTM" then it will be merged. |
danilofuchs
left a comment
There was a problem hiding this comment.
Great work! I noticed some typos and weird translations.
Be sure all display fields are correctly translated
* - [x]incremental.md * - [x]inlineSourceMap.md * - [x] inlineSources.md * - [x] isolatedModules.md * - [x] jsxFactory.md * - [x] keyofStringsOnly.md * - [x] lib.md * - [x] listEmittedFiles.md * - [x] listFiles.md * - [x] locale.md * - [x] mapRoot.md * - [x] maxNodeModuleJsDepth.md * - [x] module.md * - [x] newLine.md * - [x] noEmit.md * - [x] noEmitHelpers.md * - [x] noEmitOnError.md * - [x] noErrorTruncation.md * - [x] noFallthroughCasesInSwitch.md
23cf4eb to
2eb88c5
Compare
|
The red is my issue, it can either be rebased now that #930 is merged, or ignored which is totally OK too |
…into tsconfig-pt-br-translate
|
@orta done |
|
hah, OK, looks like the fix did not work like I hoped 👍🏻 |
…into tsconfig-pt-br-translate
| @@ -0,0 +1,75 @@ | |||
| --- | |||
| display: "Isolated Modules" | |||
There was a problem hiding this comment.
| display: "Isolated Modules" | |
| display: "Módulos isolados" |
| @@ -0,0 +1,36 @@ | |||
| --- | |||
| display: "Inline Sources" | |||
There was a problem hiding this comment.
| display: "Inline Sources" | |
| display: "Origens embutidas" |
Não tenho certeza dessa tradução hehe
| @@ -0,0 +1,8 @@ | |||
| --- | |||
| display: "Keyof Strings Only" | |||
There was a problem hiding this comment.
| display: "Keyof Strings Only" | |
| display: "Somente strings em keyof" |
| @@ -0,0 +1,69 @@ | |||
| --- | |||
| display: "Lib" | |||
There was a problem hiding this comment.
| display: "Lib" | |
| display: "Biblioteca" |
| @@ -0,0 +1,22 @@ | |||
| --- | |||
| display: "No Fallthrough Cases In Switch" | |||
There was a problem hiding this comment.
| display: "No Fallthrough Cases In Switch" | |
| display: "Sem casos de Fallthrough em Switch" |
|
@developerfred Ping! :) Can you please check into @danilofuchs' corrections so we can merge it? Thanks! |
#233