chore(i18n,curriculum): update translations

This commit is contained in:
camperbot
2021-10-27 15:10:57 +00:00
committed by Mrugesh Mohapatra
parent e139fbcf13
commit c1fb339bbc
539 changed files with 3319 additions and 3352 deletions

View File

@ -38,7 +38,7 @@ Il componente React dovrebbe restituire un elemento `div`.
assert(Enzyme.shallow(React.createElement(MyComponent)).type() === 'div');
```
Il `div` restituito dovrebbe fare il render di un header `h1` al suo interno.
Il `div` restituito dovrebbe fare il render di un elemento di intestazione `h1` al suo interno.
```js
assert(