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

This commit is contained in:
camperbot
2021-12-18 20:00:08 +05:30
committed by GitHub
parent f1bb7b9091
commit 14fe1fe653
15 changed files with 45 additions and 39 deletions

View File

@ -28,7 +28,7 @@ assert(typeof longestString == 'function');
assert(Array.isArray(longestString(['a', 'bb', 'ccc', 'ee', 'f', 'ggg'])));
```
`longestString(["a", "bb", "ccc", "ee", "f", "ggg"])` deve retornar `["ccc", "ggg"]'`.
`longestString(["a", "bb", "ccc", "ee", "f", "ggg"])` deve retornar `["ccc", "ggg"]`.
```js
assert.deepEqual(longestString(['a', 'bb', 'ccc', 'ee', 'f', 'ggg']), [