Skip to content

Commit 36a83e6

Browse files
authored
Update 노성은_컨트리뷰션.md
1 parent ec33b1e commit 36a83e6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

week6/노성은_컨트리뷰션.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
노성은 작성
22

3+
```bash cd doc
4+
5+
# 한국어(ko) 로케일 디렉토리 구조 자동 생성
6+
7+
sphinx-intl update -l ko_KR```
8+
39
## <Zuul 문서 빌드 시스템 분석 : Sphinx와 i18n의 동작 메커니즘>
410
511
최근 Zuul 스터디의 한글화 기여를 시작하면서, 단순히 문장을 번역하는 것을 넘어 "이 번역이 시스템 내부에서 어떻게 처리되고
612
변환되는가?"에 대한 궁금증이 생겼습니다. 이에, 본 글에서는 zuul 문서가 Sphinx와 국제화(i18n) 프로세스를 거쳐 다국어 HTML로 빌드되는
713
내부 아키텍처와 데이터 흐름을 분석해 보고자 합니다.
814
9-
``` bashcd doc
15+
``` bash
16+
cd doc
1017

1118
# 한국어(ko) 로케일 디렉토리 구조 자동 생성
1219

0 commit comments

Comments
 (0)