Skip to content

Traducción enum #627

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

Merged
merged 12 commits into from
Jul 27, 2020
Merged

Traducción enum #627

merged 12 commits into from
Jul 27, 2020

Conversation

katialira
Copy link
Contributor

@katialira katialira commented Jul 26, 2020

Después de muchas semanas pude terminar! 😅
Closes #308

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

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

Muchas gracas @katialira 🎉 🎉 sólo encontré un par de detalles que estaban rompiendo el build, y además hay que agregar un par de palabras al diccionario de tu archivo y estaríamos listos :). Gusto verte por estos lados 👍

katialira and others added 8 commits July 26, 2020 17:06
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
@katialira katialira requested a review from cmaureir July 26, 2020 22:49
@katialira
Copy link
Contributor Author

Listos cambios, muchas gracias @cmaureir por la revisión :D

@cmaureir
Copy link
Collaborator

Ah! el error de la build es que tienes que traerte los cambios de 3.8, pues había un problema con generar el dict.txt que ves en el log. Si pudieras por favor actualizar la rama local: https://python-docs-es.readthedocs.io/es/3.8/faq.html#mantener-actualizada y de seguro ahi paso el build.

@cmaureir
Copy link
Collaborator

No estoy seguro que tuvieras la ultima versión abajo, si miras el build, esta línea:
cat dict dictionaries/*.txt > dict.txt
deberia ser
awk 1 dict dictionaries/*.txt > dict.txt

Ese es el commit que deberías tener:
f7afc6a

Si miras el Makefile deberia poner 'awk' en vez de 'cat' :O

@katialira katialira changed the title Traducción Enum Traducción Enum _ build Jul 27, 2020
@katialira
Copy link
Contributor Author

@cmaureir si está ese cambio en mi branch :(
cuando hago pull dice: Already up to date.
https://github.com/katialira/python-docs-es/blob/t-library-enum/Makefile#L94

@cmaureir
Copy link
Collaborator

@katialira podrías hacer el merge de 3.8 de nuevo? como ahora el otro tema de travis está dentro, faltaría actualizar tu rama local y lo mergeamos :)

@cmaureir cmaureir changed the title Traducción Enum _ build Traducción enum Jul 27, 2020
@cmaureir
Copy link
Collaborator

cerrando y abriendo para ver si podemos avisarle a rtd que haga el build de nuevo.

@cmaureir cmaureir closed this Jul 27, 2020
@cmaureir cmaureir reopened this Jul 27, 2020
@cmaureir
Copy link
Collaborator

Gracias @katialira 🎉 🎉 ahora sí que sí 👯

@cmaureir cmaureir merged commit 505fd26 into python:3.8 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate library/enum.po
2 participants