flaskcwg / translation-coordination

Coordination of the translations.
7 stars 3 forks source link

Add Spanish translation #4

Open Jalkhov opened 3 years ago

Jalkhov commented 3 years ago

Language: Spanish

Hi, my name is Pedro Torcatt. I request to add the Spanish translation of Flask's documentation.

Initial tasks

Public

Tasks after the repository is switched into flaskcwg:

Maintenance

Tasks when the whole documentation is translated:

You should sync documentation updates from Flask periodically:

$ git fetch upstream
$ git merge upstream/2.0.x
$ cd docs
$ make gettext  # use ".\make.bat gettext" on Windows
$ sphinx-intl update -p _build/gettext

Then update the translation for new changes.