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

Generators #370

Merged
merged 9 commits into from
Sep 16, 2020
Merged

Generators #370

merged 9 commits into from
Sep 16, 2020

Conversation

vplentinax
Copy link
Contributor

@vplentinax vplentinax commented Sep 1, 2020

Este era el único artículo sin traducir de la sección Generators, advanced iteration, y viendo que la colaboradora no se ha manifestado en los últimos meses, traduje el artículo. Pueden aceptarlo o esperar a que ella lo traduzca.

Edit: me faltó la tarea.

1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved

```smart header="`function* f(…)` or `function *f(…)`?"
Both syntaxes are correct.
```smart header="¿`function* f(…)` or `function *f(…)`?"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No puedo suggest triplegrave . La r de or
smart header="¿function* f(…) o function *f(…)?"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No sé que quieres decir...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Que tenés que editarlo vos porque no puedo hacer un suggest de un markup

Dejaste OR en vez de O

igual apruebo porque no puedo cambiarlo y nadie e va a dar cuenta...
pero si queres, podes arreglarlo...

Copy link
Member

@joaquinelio joaquinelio Sep 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿que paso con la contestacion?
dije:

Que tenes que editarlo vos porque no puedo hacer suggest obre un markup,
dejaste OR en lugar de O

MERXXXXX
me acabo de dar cuenta de que ahora escribo más fluido que ayer...
quiza la dra de la ambulancia tenia razon cuando me recomendó un neurologo...
sorry ignora este comment je

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Ahora si entendí.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listo arreglado

1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved
}
```

As generators are iterable, we can call all related functionality, e.g. the spread syntax `...`:
Como los generadores son iterables, podemos llamar a todas las funciones relacionadas, p. Ej. la sintaxis de propagación `...`:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No es propagar...
la palabra, nola recuedo
propagar implica multiplicar, no estamos usasndo bien la palabra spread,
desenrollar
desparramar
como era??????
separar...
No hay sugerencia, ¿pero me entendés? Si se te ocurre, DEBE haber algo mejor.
tenes un array [1 2 3 4 ] como ej "args" y con spread "..." separas en elementos individuales, no es propagar (aumentar dilatar multiplicar)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Así es como se le conoce: sintaxis de propagación. Puedes buscarlo en otros lugares, pero dentro de la comunidad de devs se conoce así.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vplentinax OK
Que porquería. El primer traductor debería aprender a usar diccionario español,
una vez que prende se vuelve todo abssurdo y ma dificil de entender.

1-js/12-generators-iterators/1-generators/article.md Outdated Show resolved Hide resolved
@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@vplentinax
Copy link
Contributor Author

/done

Copy link
Member

@joaquinelio joaquinelio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

salvo el or linea 95...


```smart header="`function* f(…)` or `function *f(…)`?"
Both syntaxes are correct.
```smart header="¿`function* f(…)` or `function *f(…)`?"
Copy link
Member

@joaquinelio joaquinelio Sep 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿que paso con la contestacion?
dije:

Que tenes que editarlo vos porque no puedo hacer suggest obre un markup,
dejaste OR en lugar de O

MERXXXXX
me acabo de dar cuenta de que ahora escribo más fluido que ayer...
quiza la dra de la ambulancia tenia razon cuando me recomendó un neurologo...
sorry ignora este comment je

@vplentinax vplentinax merged commit 09d050e into javascript-tutorial:master Sep 16, 2020
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants