Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 85721e8

Browse files
committed
Synchronized to commit fe320ae.
Also made the team translation more managable.
1 parent 021c229 commit 85721e8

File tree

2 files changed

+79
-33
lines changed

2 files changed

+79
-33
lines changed

_layouts/ko-KR/basic.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,31 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/index.html">
24+
<a href="/ko-KR/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust 로고" />
2626
</a>
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
29-
<h2><a href="/documentation.html">문서</a></h2>
30-
<h2><a href="/community.html">커뮤니티</a></h2>
31-
<h2><a href="/downloads.html">다운로드</a></h2>
32-
<h2><a href="/contribute.html">기여하기</a></h2>
29+
<h2><a href="/ko-KR/documentation.html">문서</a></h2>
30+
<h2><a href="/ko-KR/community.html">커뮤니티</a></h2>
31+
<h2><a href="/ko-KR/downloads.html">다운로드</a></h2>
32+
<h2><a href="/ko-KR/contribute.html">기여하기</a></h2>
3333
</li>
3434
</ul>
3535
</header>
3636

3737
{{ content }}
3838

39+
<footer>
40+
<p>이 사이트를 다른 언어로 보기:
41+
<a href="/en-US/">English</a>,
42+
<a href="/pt-BR/">Português</a>,
43+
<a href="/ru-RU/">Русский</a>,
44+
<a href="/zh-CN/">简体中文</a>,
45+
<a href="/fr-FR/">Français</a>
46+
</p>
47+
</footer>
48+
3949
<script>
4050
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4151
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

ko-KR/team.md

Lines changed: 64 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ people:
1414
irc: acrichto
1515
aturon:
1616
name: Aaron Turon
17+
badboy:
18+
name: Jan-Erik Rediger
1719
bkoropoff:
1820
name: Brian Koropoff
21+
booyaa:
22+
name: Mark Sta Ana
1923
brson:
2024
name: Brian Anderson
2125
bstrie:
@@ -44,9 +48,16 @@ people:
4448
GuillaumeGomez:
4549
name: Guillaume Gomez
4650
irc: imperio
51+
japaric:
52+
name: Jorge Aparicio
53+
johannhof:
54+
name: Johann Hofmann
4755
jonathandturner:
4856
name: Jonathan Turner
4957
irc: jntrnr
58+
joshtriplett:
59+
name: Josh Triplett
60+
irc: JoshTriplett
5061
jseyfried:
5162
name: Jeffrey Seyfried
5263
irc: jseyfried
@@ -80,67 +91,92 @@ people:
8091
name: Steven Fackler
8192
skade:
8293
name: Florian Gilcher
94+
solson:
95+
name: Scott Olson
96+
irc: scott
8397
steveklabnik:
8498
name: Steve Klabnik
8599
vadimcn:
86100
name: Vadim Chugunov
101+
ubsan:
102+
name: Nicole Mazzuca
87103
wycats:
88104
name: Yehuda Katz
89-
jonathandturner:
90-
name: Jonathan Turner
91-
badboy:
92-
name: Jan-Erik Rediger
93-
johannhof:
94-
name: Johann Hofmann
95-
booyaa:
96-
name: Mark Sta Ana
97105

98106
# Information about each team. Omit `lead` for teams without leaders.
99107
teams:
100108
- name: Core team
101-
label: 코어 팀
102-
responsibility: "프로젝트의 전반적인 방향성, 서브팀 주도, 여러 팀을 아우르는 문제들"
109+
responsibility: "overall direction of the project, subteam leadership, cross-cutting concerns"
103110
members: [brson, alexcrichton, wycats, steveklabnik, nikomatsakis, aturon, pcwalton, erickt]
104111
- name: Language design team
105-
label: 언어 설계 팀
106-
responsibility: "새 언어 기능의 개발"
112+
responsibility: "designing new language features"
107113
members: [eddyb, nrc, pnkfelix, nikomatsakis, aturon]
108114
lead: nikomatsakis
109115
- name: Library team
110-
label: 라이브러리 팀
111-
responsibility: "Rust 표준 라이브러리, rust-lang 크레이트들, 코딩 규약들"
116+
responsibility: "the Rust standard library, rust-lang crates, conventions"
112117
members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, aturon]
113118
lead: aturon
114119
- name: Compiler team
115-
label: 컴파일러 팀
116-
responsibility: "컴파일러 내부, 최적화"
120+
responsibility: "compiler internals, optimizations"
117121
members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, dotdash, michaelwoerister, jseyfried]
118122
lead: nikomatsakis
119123
- name: Tooling and infrastructure
120-
label: 도구 및 인프라
121-
responsibility: "도구 지원 (Cargo, rustup 등), 지속적 통합(CI) 인프라 등"
124+
responsibility: "tool support (e.g. Cargo, rustup), CI infrastructure, etc."
122125
members: [brson, nrc, alexcrichton, vadimcn, wycats, michaelwoerister]
123126
lead: alexcrichton
124127
- name: Community team
125-
label: 커뮤니티 팀
126-
responsibility: "행사 조율, 소외층 지원, 상용 사용자들, 교육 자료들, 프로젝트 노출"
128+
responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure"
127129
lead: erickt
128130
members: [brson, skade, manishearth, johannhof, steveklabnik, carols10cents, badboy, booyaa, bstrie, erickt, jonathandturner, edunham]
129131
130132
- name: Documentation team
131-
label: 문서 팀
132-
responsibility: "Rust가 환상적인 문서를 가지도록 함"
133+
responsibility: "ensuring Rust has fantastic documentation"
133134
members: [steveklabnik, GuillaumeGomez, jonathandturner, peschkaj]
134135
- name: Moderation team
135-
label: 중재 팀
136-
responsibility: "<a href='https://www.rust-lang.org/conduct.html'>행동 규약</a>이 잘 지켜지도록 도움"
136+
responsibility: "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>"
137137
members: [mbrubeck, BurntSushi, manishearth, pnkfelix, niconii]
138138
139+
- name: Style team
140+
members: [brson, japaric, joshtriplett, nrc, solson, steveklabnik, ubsan]
141+
lead: nrc
142+
responsibility: "temporary 'strike team' charged with deciding on code style guidelines and configuring Rustfmt (process specified in <a href='https://github.com/rust-lang/rfcs/blob/master/text/1607-style-rfcs.md'>RFC 1607</a>)"
143+
139144
- name: Rust team alumni
140-
label: 옛 Rust 팀
141-
responsibility: "여유로운 은퇴 생활을 즐기는 중"
145+
responsibility: "enjoying a leisurely retirement"
142146
members: [Gankro, huonw]
143147

148+
localized:
149+
Core team:
150+
name: 코어 팀
151+
responsibility: "프로젝트의 전반적인 방향성, 서브팀 주도, 여러 팀을 아우르는 문제들"
152+
Language design team:
153+
name: 언어 설계 팀
154+
responsibility: "새 언어 기능의 개발"
155+
Library team:
156+
name: 라이브러리 팀
157+
responsibility: "Rust 표준 라이브러리, rust-lang 크레이트들, 코딩 규약들"
158+
Compiler team:
159+
name: 컴파일러 팀
160+
responsibility: "컴파일러 내부, 최적화"
161+
Tooling and infrastructure:
162+
name: 도구 및 인프라
163+
responsibility: "도구 지원 (Cargo, rustup 등), 지속적 통합(CI) 인프라 등"
164+
Community team:
165+
name: 커뮤니티 팀
166+
responsibility: "행사 조율, 소외층 지원, 상용 사용자들, 교육 자료들, 프로젝트 노출"
167+
Documentation team:
168+
name: 문서 팀
169+
responsibility: "Rust가 환상적인 문서를 가지도록 함"
170+
Moderation team:
171+
name: 중재 팀
172+
responsibility: "<a href='https://www.rust-lang.org/conduct.html'>행동 규약</a>이 잘 지켜지도록 도움"
173+
Style team:
174+
name: 스타일 팀
175+
responsibility: "(<a href='https://github.com/rust-lang/rfcs/blob/master/text/1607-style-rfcs.md'>RFC 1607</a>에 명시된 과정에 따라) 코드 스타일 가이드라인과 Rustfmt 설정의 결정을 맡는 임시 '공격대'"
176+
Rust team alumni:
177+
name: 옛 Rust 팀
178+
responsibility: "여유로운 은퇴 생활을 즐기는 중"
179+
144180
# Information on sites to get profile information from
145181
sites:
146182
github:
@@ -201,9 +237,9 @@ Rust 프로젝트는 여러 팀에 의해
201237

202238
{% for team in page.teams %}
203239
<section id="{{ team.name | replace:' ','-' }}">
204-
<h2> {{ team.label }} </h2>
240+
<h2> {{ page.localized[team.name].name | default: team.name }} </h2>
205241

206-
<strong>책임</strong>: <em>{{ team.responsibility }}</em>
242+
<strong>책임</strong>: <em>{{ page.localized[team.name].responsibility | default: team.responsibility }}</em>
207243

208244
<br />
209245

0 commit comments

Comments
 (0)