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

This commit is contained in:
camperbot
2022-06-06 20:25:35 +05:30
committed by GitHub
parent 44b47e9e87
commit 76321e5acb
63 changed files with 3750 additions and 137 deletions

View File

@@ -39,7 +39,7 @@ assert(myVar === 88);
```js
assert(
/let\s*myVar\s*=\s*87;\s*\/*.*\s*([+]{2}\s*myVar|myVar\s*[+]{2});/.test(code)
/let\s*myVar\s*=\s*87;\s*\/*.*\s*([+]{2}\s*myVar|myVar\s*[+]{2})/.test(code)
);
```