flaskcwg / translation-coordination

Coordination of the translations.
7 stars 3 forks source link

Korean Translation #16

Open blingblin-g opened 5 months ago

blingblin-g commented 5 months ago

Language: Korean

I'm Soojin Yoon, a web developer from South Korea. I use Flask whenever doing toy projects.

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.1.x
$ cd docs
$ make gettext  # use ".\make.bat gettext" on Windows
$ sphinx-intl update -p _build/gettext

Then update the translation for new changes.