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

This commit is contained in:
camperbot
2023-05-31 07:00:05 +05:30
committed by GitHub
parent 0fff77d3e0
commit e4f1f14a5a
75 changed files with 340 additions and 340 deletions

View File

@@ -51,7 +51,7 @@ Il tuo codice dovrebbe utilizzare la notazione a punti e parentesi per accedere
assert(/=\s*myStorage\.car\.inside\[\s*("|')glove box\1\s*\]/g.test(code));
```
`gloveBoxContents` should still be declared with `const`.
`gloveBoxContents` dovrebbe ancora essere dichiarata con `const`.
```js
assert.match(code, /const\s+gloveBoxContents\s*=/)