Skip to content

Page showing the progress of the total translation #105

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 2 commits into from
May 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
17 changes: 17 additions & 0 deletions .overrides/progress.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:orphan:

===========================
Progreso de la traducción
===========================

Aquí puedes ver a la lista de todos los archivo de la documentación,
con sus respectivos porcentajes de lo traducido, los párrafos marcados como ``fuzzy``,
y otras estadísticas.

.. note::

Esta lista se actualiza automáticamente cuando Pull Requests se *mergean* a la rama ``3.8``.

.. runblock:: console

$ potodo --offline --path .
1 change: 1 addition & 0 deletions .overrides/tools/templates/indexsidebar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<h3>¡Ayúdanos a traducir!</h3>
<ul>
<li><a href="CONTRIBUTING.html">Guía para contribuir</a></li>
<li><a href="progress.html">Progreso de la traducción</a></li>
</ul>

<h3>Recursos</h3>
Expand Down
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
templates_path = ['cpython/Doc/tools/templates']
html_static_path = ['cpython/Doc/tools/static']

extensions.append('sphinx_autorun')

os.system('mkdir -p cpython/locales/es/')
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ setuptools
sphinx-intl
transifex-client
pre-commit
sphinx-autorun