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

This commit is contained in:
camperbot
2021-06-03 22:21:47 +09:00
committed by GitHub
parent 24be225fa4
commit 814faaf82d
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ GENERIC_NAME 是可選的,它用來指明在其他字體不可用時的後備
應引入 `Lobster` 字體。
```js
assert(new RegExp('googleapis', 'gi').test(code));
assert($('link[href*="googleapis" i]').length);
```
`h2` 元素應使用 `Lobster` 字體。

View File

@ -40,7 +40,7 @@ GENERIC_NAME 是可选的,它用来指明在其他字体不可用时的后备
应引入 `Lobster` 字体。
```js
assert(new RegExp('googleapis', 'gi').test(code));
assert($('link[href*="googleapis" i]').length);
```
`h2` 元素应使用 `Lobster` 字体。

View File

@ -40,7 +40,7 @@ Importa la fuente `Lobster` a tu página web. Luego, usa un selector de elemento
Debes importar la fuente `Lobster`.
```js
assert(new RegExp('googleapis', 'gi').test(code));
assert($('link[href*="googleapis" i]').length);
```
Tu elemento `h2` debe usar la fuente `Lobster`.