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

This commit is contained in:
camperbot
2023-05-24 18:58:34 +05:30
committed by GitHub
parent 4cfd03224d
commit b30364ffa7
45 changed files with 155 additions and 101 deletions

View File

@@ -51,6 +51,12 @@ Dein Code sollte die Punkt- und Klammerschreibweise verwenden, um auf `myStorage
assert(/=\s*myStorage\.car\.inside\[\s*("|')glove box\1\s*\]/g.test(code));
```
`gloveBoxContents` should still be declared with `const`.
```js
assert.match(code, /const\s+gloveBoxContents\s*=/)
```
# --seed--
## --after-user-code--