Skip to content

Traduccion shlex #706

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 4 commits into from
Aug 20, 2020
Merged

Traduccion shlex #706

merged 4 commits into from
Aug 20, 2020

Conversation

estebansolo
Copy link
Contributor

Closes #554

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.

Super buena traducción @estebansolo ! Te dejé solo detalles muy pequeños, de seguro el archivo va a requerir un powrap si los aceptas. Con eso, ya aprobaría y hacemos el merge :)

@estebansolo
Copy link
Contributor Author

estebansolo commented Aug 20, 2020

de seguro el archivo va a requerir un powrap si los aceptas

Me podrias indicar que es esto?, ya realize los cambios pero no entiendo esta parte.

@cmaureir
Copy link
Collaborator

de seguro el archivo va a requerir un powrap si los aceptas

Me podrias indicar que es esto?, ya realize los cambios pero no entiendo esta parte.

powrap es una herramienta para ajustar el contenido del archivo .po a una cierta cantidad de columnas.
Sólo debes crear un entorno, instalar el requirements.txt y ejecutar powrap tu_archivo..po.

$ python -m venv env
$ source env/bin/activate # Unix
$ env\Scripts\activate    # Windows
$ pip install -r requirements.txt
$ powrap library/shlex.po

y luego hacer 'commit' y otro push acá en el PR :)

@cmaureir cmaureir merged commit c73a063 into python:3.8 Aug 20, 2020
@cmaureir
Copy link
Collaborator

Genial @estebansolo 🎉 ya lo tienes 🎉 🎉

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/shlex.po
2 participants