Skip to content

Commit 0e03a2c

Browse files
alexkoalataehwanno
authored andcommitted
Translate some text in home page (#54)
* Translate some text in top page * Translate some text in top page
1 parent c71fce2 commit 0e03a2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: src/pages/index.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Home extends Component {
5050
return (
5151
<Layout location={location}>
5252
<TitleAndMetaTags
53-
title="React &ndash; A JavaScript library for building user interfaces"
53+
title="React &ndash; 사용자 인터페이스를 만들기 위한 JavaScript 라이브러리"
5454
ogUrl={createOgUrl('index.html')}
5555
/>
5656
<div css={{width: '100%'}}>
@@ -133,7 +133,7 @@ class Home extends Component {
133133
fontSize: 30,
134134
},
135135
}}>
136-
A JavaScript library for building user interfaces
136+
사용자 인터페이스를 만들기 위한 JavaScript 라이브러리
137137
</p>
138138
<Flex
139139
valign="center"
@@ -148,12 +148,12 @@ class Home extends Component {
148148
<ButtonLink
149149
to="/docs/getting-started.html"
150150
type="primary">
151-
Get Started
151+
시작하기
152152
</ButtonLink>
153153
</CtaItem>
154154
<CtaItem>
155155
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
156-
Take the Tutorial
156+
자습서 읽어보기
157157
</ButtonLink>
158158
</CtaItem>
159159
</Flex>
@@ -285,12 +285,12 @@ class Home extends Component {
285285
<Flex valign="center">
286286
<CtaItem>
287287
<ButtonLink to="/docs/getting-started.html" type="primary">
288-
Get Started
288+
시작하기
289289
</ButtonLink>
290290
</CtaItem>
291291
<CtaItem>
292292
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
293-
Take the Tutorial
293+
자습서 읽어보기
294294
</ButtonLink>
295295
</CtaItem>
296296
</Flex>

0 commit comments

Comments
 (0)