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

This commit is contained in:
camperbot
2023-03-31 23:18:49 +05:30
committed by GitHub
parent 11e38cd68d
commit d66da4c5c4
22 changed files with 103 additions and 103 deletions

View File

@@ -32,7 +32,7 @@ assert(/4\.40*\s*\/\s*2\.*0*/.test(code));
La variable quotient debe ser asignada solo una vez
```js
assert(code.match(/quotient/g).length === 1);
assert(code.match(/quotient\s*=/g).length === 1);
```
# --seed--