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

This commit is contained in:
camperbot
2021-09-24 06:31:25 -07:00
committed by GitHub
parent 42e88ac281
commit 9f2595ec0b
9 changed files with 19 additions and 19 deletions

View File

@ -22,7 +22,7 @@ Centra il `div` sulla pagina aggiungendo una proprietà `margin` con un valore `
Il `div` dovrebbe avere un `margin` impostato su `auto`.
```js
assert(code.match(/margin:\s*?auto;/g));
assert(new __helpers.CSSHelp(document).getStyle('div')?.margin === 'auto');
```
# --seed--