chore(i18n,learn): processed translations (#46907)

This commit is contained in:
camperbot
2022-07-18 09:29:02 -07:00
committed by GitHub
parent 82aa3cb00f
commit fea199e66d
2103 changed files with 325935 additions and 139 deletions

View File

@@ -38,7 +38,7 @@ Crie `myStr` a partir das strings `This is the start.` e `This is the end.` usan
assert(/start\. This/.test(myStr));
```
`myStr` deve ter o valor da string `This is the start. This is the end.`
`myStr` deve ter como valor a string `This is the start. This is the end.`
```js
assert(myStr === 'This is the start. This is the end.');