flaskcwg / translation-coordination

Coordination of the translations.
7 stars 3 forks source link

Add Chinese translation #1

Open greyli opened 3 years ago

greyli commented 3 years ago

Language: Chinese

Hi, my name is Grey Li. I'm a maintainer of Flask. I request to add the Chinese 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/main
$ cd docs
$ make gettext  # use ".\make.bat gettext" on Windows
$ sphinx-intl update -p _build/gettext

Then update the translation for new changes.