Skip to content

Commit daecb94

Browse files
smikitkykoba04
authored andcommitted
Translate some text in top page (#150)
1 parent 03392de commit daecb94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)