chore(i18n,curriculum): update translations (#41917)

This commit is contained in:
camperbot
2021-04-25 00:53:08 +09:00
committed by GitHub
parent 6be76738b0
commit 6f744e063e
9 changed files with 58 additions and 37 deletions

View File

@ -57,7 +57,7 @@ assert(
```js
assert(
/\s*[^\.]h2\s*\{\s*font-family\:\s*(['"]?)Lobster\1\s*(;\s*\}|\})/gi.test(
/\s*[^\.]h2\s*\{\s*font-family\s*:\s*('|"|)Lobster\1\s*(,\s*('|"|)[a-z -]+\3\s*)?(;\s*\}|\})/gi.test(
code
)
);