Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Agrego página git diff #372
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
Agrego página git diff #372
Changes from 1 commit
6bed747
cf504b6
9279480
70135fa
f8747f7
847233f
47d03f8
33aee84
a48986b
ecb65b0
5f057b9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yo para Linux no diría de usar brew. Explicaría que hay que instalar podiff. Estamos hablando de la librería de Python podiff? En ese caso probablemente explicaría como instalarlo en el mismo virtualenv que tenemos en el Makefile o incluso lo añadiría allí.
pip install podiff
Siendo usuario de Linux decirme que tengo que instalar brew me parece rarísimo. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops yo instalé brew en Linux :O. No sé si es el mismo módulo el podiff. Dejame que lo pruebe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mejor dejar un comentario de instalarlo con el gestor de paquetes, y dar uno o dos ejemplos y ya.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sí. No recomendemos usar
brew
en Linux.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmaureir @humitos @raulcd Retomé este PR, y estuve viendo algunas opciones para no usar brew.
Pude ver que [0] no tiene soporte para py3, y [1] lanza un Exception cuando se ejecuta. Existe también [2]
pero no le he instalado porque parece ser ya una applicación más completa, y que desde mi punto de vista
es demasiado para hacer un diff.
Qué opinan cómo continuar?
[0] https://pypi.org/project/podiff/
[1] https://pypi.org/project/potools/
[2] https://pypi.org/project/PoProofRead/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mejor no darle tanta vuelta, el workflow general es traducir con
poedit
, usarpowrap
y mirar las palabras conpospell
y ya, como esto es adicional, yo que tu dejo un mensaje que es algo para Python 2 solamente (podiff)mejor dejas una nota que diga que es solo compatible con Python 2 para podiff y las potools.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmaureir que tal quedó?