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

This commit is contained in:
camperbot
2021-06-15 23:22:09 +09:00
committed by GitHub
parent e9c8d12703
commit 978ce8b512
11 changed files with 139 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ assert(
);
```
O elemento `a` deve ter um atributo `href` com o valor de uma string vazia `""`.
O elemento `a` deve ter o atributo `href` com o valor de uma string vazia `""`.
```js
assert($('a').attr('href') === '');