chore(i18n,curriculum): processed translations (#43760)

This commit is contained in:
camperbot
2021-10-07 09:08:50 -07:00
committed by GitHub
parent 571b4c0354
commit ff58255b26
9 changed files with 65 additions and 40 deletions

View File

@ -85,7 +85,7 @@ console.log = function (msg) {
assert.throws(() => beagle.eat(), 'nom nom nom');
```
`beagle.bark()` deve mostrar no console a string `nom nom nom`
`beagle.bark()` deve mostrar no console a string `Woof!`
```js
console.log = function (msg) {