[go: up one dir, main page]

Skip to content

Commit

Permalink
chore(i18n,curriculum): update translations (#42349)
Browse files Browse the repository at this point in the history
  • Loading branch information
camperbot authored Jun 3, 2021
1 parent 24be225 commit 814faaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GENERIC_NAME 是可選的,它用來指明在其他字體不可用時的後備
應引入 `Lobster` 字體。

```js
assert(new RegExp('googleapis', 'gi').test(code));
assert($('link[href*="googleapis" i]').length);
```

`h2` 元素應使用 `Lobster` 字體。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GENERIC_NAME 是可选的,它用来指明在其他字体不可用时的后备
应引入 `Lobster` 字体。

```js
assert(new RegExp('googleapis', 'gi').test(code));
assert($('link[href*="googleapis" i]').length);
```

`h2` 元素应使用 `Lobster` 字体。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 814faaf

Please sign in to comment.