Skip to content
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