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

This commit is contained in:
camperbot
2022-01-21 01:00:18 +05:30
committed by GitHub
parent f866718a3d
commit 5c868af2b8
1696 changed files with 159426 additions and 69 deletions

View File

@ -12,7 +12,7 @@ dashedName: understand-own-properties
```js
function Bird(name) {
this.name = name;
this.name = name;
this.numLegs = 2;
}