[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(i18n,curriculum): processed translations #42349

Merged
merged 1 commit into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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