Skip to content

Commit f288903

Browse files
committed
Closes #457 - move to 3.7
1 parent e063a97 commit f288903

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
파이썬 한국어 번역
22
==========================
33

4-
파이썬 안정판만을 번역하고, 현재는 3.6 입니다. 번역은 3.6 브랜치에 들어있고, master 브랜치에는 번역 작업을 보조하는 도구들이 들어있습니다.
4+
현재 혹은 가까운 미래의 안정판만을 번역하고, 현재는 3.7 입니다. 번역은 3.7 브랜치에 들어있고, master 브랜치에는 번역 작업을 보조하는 도구들이 들어있습니다.
55

66
번역팀에 문의가 있으신 분들은 http://www.flowdas.com/pages/python-docs-ko.html 를 참고 바랍니다.
77

@@ -18,6 +18,6 @@
1818

1919
이제 ``cpython/Doc/build/html/index.html`` 에 프리뷰 파일이 만들어집니다.
2020

21-
한편 ``cpython/locale/ko/LC_MESSAGES`` 디렉토리에는 여러분이 fork 한 저장소의 3.6 브랜치의 작업 사본이 만들어집니다.
21+
한편 ``cpython/locale/ko/LC_MESSAGES`` 디렉토리에는 여러분이 fork 한 저장소의 3.7 브랜치의 작업 사본이 만들어집니다.
2222

2323
이제 ``cpython/locale/ko/LC_MESSAGES`` 디렉토리의 파일들을 번역한 후에, ``./build.py`` 를 실행하면 프리뷰가 업데이트 됩니다.

build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import subprocess
44

5-
VERSION = '3.6'
5+
VERSION = '3.7'
66

77

88
def shell(cmd, capture=False, chdir=None):
@@ -44,7 +44,7 @@ def prepare_env():
4444
def build():
4545
doc_dir = os.path.join('cpython', 'Doc')
4646
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",
4848
chdir=doc_dir)
4949

5050

0 commit comments

Comments
 (0)