File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 5
5
6
6
번역팀에 문의가 있으신 분들은 https://www.flowdas.com/pages/python-docs-ko.html 를 참고 바랍니다.
7
7
8
- 교정을 위한 프리뷰 빌드하기
9
- ---------------------------------------
8
+ 번역 작업을 위한 도구
9
+ ------------------------------
10
10
11
- 프리뷰를 빌드하려면 git 와 docker 가 설치되어 있어야 합니다.
11
+ 번역 작업을 위해서는 git 를 다룰 수 있어야합니다.
12
12
13
- 먼저 저장소를 fork 한 후에, 작업 공간을 다음과 같은 절차로 준비합니다.
14
-
15
- ::
16
-
17
- python3.7 -m venv <work-dir>
18
- cd <work-dir>
19
- source bin/activate
20
- pip install python-docs-ko
21
- pdk init <your-python-docs-ko-fork>
22
-
23
- 이제 ``<work_dir>/python-docs-ko `` 디렉터리에 여러분의 fork가 git clone 되었습니다.
24
- ``*.po `` 파일을 번역합니다.
25
-
26
- 빌드는 다음과 같은 명령을 사용합니다::
27
-
28
- pdk build
29
-
30
-
31
- 이제 ``<work_dir>/html/index.html `` 를 브라우저로 열면 됩니다.
13
+ 작업을 지원하기 위한 도구에 관한 자세한 내용은 https://github.com/flowdas/python-docs-ko 를 참고하시기 바랍니다.
You can’t perform that action at this time.
0 commit comments