Skip to content

Traducción enum #627

Merged
cmaureir merged 12 commits into
python:3.8from
katialira:t-library-enum
Jul 27, 2020
Merged

Traducción enum #627
cmaureir merged 12 commits into
python:3.8from
katialira:t-library-enum

Conversation

@katialira

@katialira katialira commented Jul 26, 2020

Copy link
Copy Markdown
Contributor

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

@cmaureir cmaureir left a comment

Copy link
Copy Markdown
Collaborator

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 👍

Comment thread library/enum.po Outdated
Comment thread library/enum.po Outdated
Comment thread library/enum.po
Comment thread library/enum.po Outdated
Comment thread library/enum.po
Comment thread library/enum.po
Comment thread library/enum.po Outdated
Comment thread library/enum.po Outdated
Comment thread library/enum.po Outdated
Comment thread library/enum.po Outdated
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
Copy Markdown
Contributor Author

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

@cmaureir

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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