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

* chore(i8n,learn): processed translations

* fix: remove extra space

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
camperbot
2021-03-07 09:15:14 -07:00
committed by GitHub
parent af71231b39
commit 0432ec995f
30 changed files with 289 additions and 281 deletions

View File

@ -25,7 +25,7 @@ dashedName: multiply-two-decimals-with-javascript
assert(product === 5.0);
```
要使用`*`运算符。
要使用 `*` 运算符。
```js
assert(/\*/.test(code));