chore(i18n,curriculum): processed translations (#42751)

This commit is contained in:
camperbot
2021-07-05 20:01:44 +05:30
committed by GitHub
parent 28efec9e63
commit d98648d26e
46 changed files with 324 additions and 321 deletions

View File

@ -22,7 +22,7 @@ dashedName: create-texture-by-adding-a-subtle-pattern-as-a-background-image
```js
assert(
code.match(
/background:\s*?url\(\s*("|'|)https:\/\/cdn-media-1\.freecodecamp\.org\/imgr\/MJAkxbh\.png\1\s*\)/gi
/background(-image)?:\s*?url\(\s*("|'|)https:\/\/cdn-media-1\.freecodecamp\.org\/imgr\/MJAkxbh\.png\2\s*\)/gi
)
);
```