8000 Actualizar memoria con links y reglas de estilo #269 by hectorcanto · Pull Request #369 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Actualizar memoria con links y reglas de estilo #269 #369

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 13 commits into from
Sep 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added one of humitos suggestions
  • Loading branch information
clacri committed Sep 12, 2020
commit f706c75ef8dd87220931ae22c34c75bace7c7e50
4 changes: 4 additions & 0 deletions .overrides/translation-memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ Puedes revisar los términos no traducidos usando la siguiente regex en tu IDE:

``\*[^*]+\*``

Si quieres buscar esos términos sólo en el texto traducido en el archivo dado en input, puedes emplear el siguiente comando:

``msgexec --input library/datetime.po grep -E --regexp="\*[^*]+\*"``


Reglas de estilo
================
Expand Down
0