File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
파이썬 한국어 번역
2
2
==========================
3
3
4
- 파이썬 안정판만을 번역하고, 현재는 3.6 입니다. 번역은 3.6 브랜치에 들어있고, master 브랜치에는 번역 작업을 보조하는 도구들이 들어있습니다.
4
+ 현재 혹은 가까운 미래의 안정판만을 번역하고, 현재는 3.7 입니다. 번역은 3.7 브랜치에 들어있고, master 브랜치에는 번역 작업을 보조하는 도구들이 들어있습니다.
5
5
6
6
번역팀에 문의가 있으신 분들은 http://www.flowdas.com/pages/python-docs-ko.html 를 참고 바랍니다.
7
7
18
18
19
19
이제 ``cpython/Doc/build/html/index.html `` 에 프리뷰 파일이 만들어집니다.
20
20
21
- 한편 ``cpython/locale/ko/LC_MESSAGES `` 디렉토리에는 여러분이 fork 한 저장소의 3.6 브랜치의 작업 사본이 만들어집니다.
21
+ 한편 ``cpython/locale/ko/LC_MESSAGES `` 디렉토리에는 여러분이 fork 한 저장소의 3.7 브랜치의 작업 사본이 만들어집니다.
22
22
23
23
이제 ``cpython/locale/ko/LC_MESSAGES `` 디렉토리의 파일들을 번역한 후에, ``./build.py `` 를 실행하면 프리뷰가 업데이트 됩니다.
Original file line number Diff line number Diff line change 2
2
import os
3
3
import subprocess
4
4
5
- VERSION = '3.6 '
5
+ VERSION = '3.7 '
6
6
7
7
8
8
def shell (cmd , capture = False , chdir = None ):
@@ -44,7 +44,7 @@ def prepare_env():
44
44
def build ():
45
45
doc_dir = os .path .join ('cpython' , 'Doc' )
46
46
shell (
47
- "make VENVDIR=../../venv SPHINXOPTS='-D locale_dirs=../locale -D language=ko -D gettext_compact=0' autobuild-stable -html" ,
47
+ "make VENVDIR=../../venv SPHINXOPTS='-D locale_dirs=../locale -D language=ko -D gettext_compact=0' autobuild-dev -html" ,
48
48
chdir = doc_dir )
49
49
50
50
You can’t perform that action at this time.
0 commit comments