Skip to content
Draft
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
29 changes: 12 additions & 17 deletions documentation/translations/translating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,18 @@ Motivation
==========

The Python documentation is written in English, but Python is taught, learned,
and used around the world, in many languages. English is the native language
of only about 5% of the world's population, and fewer than a fifth more speak
it as an additional language [#f1]_. For many people, learning Python also
means overcoming a language barrier. They must learn not only Python, but also
enough English to be able to use the language's documentation.

The United Nations Open Source Principles call on projects both to provide
documentation and to foster inclusive participation [#f2]_. Providing
documentation only in English limits who can benefit from it and who can
participate in the wider Python community.
and used around the world, in many languages. English is the `native language
of only about 5% of the world's population

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the one I'm particularly concerned about, if we don't make the entire sentence a link it doesn’t quite make sense. But, that makes it quite distracting. WDYT @hugovk ?

<https://www.ethnologue.com/insights/most-spoken-language/>`__, and fewer than
a fifth more speak it as an additional language. For many people, learning
Python also means overcoming a language barrier. They must learn not only
Python, but also enough English to be able to use the language's documentation.

The `United Nations Open Source Principles
<https://opensource.un.org/en/news/united-nations-open-source-principles>`__
call on projects both to provide documentation and to foster inclusive
participation. Providing documentation only in English limits who can benefit
from it and who can participate in the wider Python community.

.. figure:: python-logo-languages.svg
:align: center
Expand Down Expand Up @@ -493,12 +495,5 @@ with the commit hash from before the files were moved):
After running ``pomerge``, review the changes and commit the updated files.
You may also need to rewrap the lines (see :pypi:`powrap`).

.. rubric:: Footnotes

.. [#f1] Ethnologue, `What is the most spoken language?
<https://www.ethnologue.com/insights/most-spoken-language/>`__
.. [#f2] `United Nations Open Source Principles
<https://opensource.un.org/en/news/united-nations-open-source-principles>`__

.. _discourse: https://discuss.python.org/c/documentation/translations/
.. _tx: https://explore.transifex.com/python-doc/python-newest/
Loading