- 레포지토리를 fork합니다.
- poedit 을 다운로드 합니다.
- 새 브랜치를 생성합니다.
docs/locales/ko/LC_MESSAGES
로 가서 poedit을 이용하여.po
파일을 번역합니다.- git commit & git push를 합니다.
git push origin HEAD
- 이 과정에서 파이썬을 설치할 필요는 없습니다.
- Github에서
Compare & pull request
를 이용하여 Pull Request를 생성합니다. - 이때 base repository는 flaskcwg/flask-docs-ko로 되어야합니다.
- Pull Request를 작성을 완성하고 승인을 기다립니다.
- Fork repo → Clone repo (You might not have access)
- Download poedit
- Go to
docs/locales/ko/LC_MESSAGES
and translate.po
files using poedit - Create new branch
- git commit & git push origin HEAD
- You don't need to install Python
- Create a Pull Request using Compare & pull request on Github.
- The base repository should be flaskcwg/flask-docs-ko at this time.
- Complete writing the Pull Request and await approval.
poedit의 settings에서 name과 email을 설정하면 po 파일의 Last-Translator에 자동으로 입력됩니다.