Skip to content

Commit 6f0d1ed

Browse files
authored
Merge pull request #554 from reactjs/dev-sidebar
Restore translated titles of sidebar
2 parents 3cb7996 + c30d9fe commit 6f0d1ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sidebarLearn.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
"path": "/learn/describing-the-ui",
5353
"routes": [
5454
{
55-
"title": "Your First Component",
55+
"title": "初めてのコンポーネント",
5656
"path": "/learn/your-first-component"
5757
},
5858
{
59-
"title": "Importing and Exporting Components",
59+
"title": "コンポーネントのインポートとエクスポート",
6060
"path": "/learn/importing-and-exporting-components"
6161
},
6262
{
63-
"title": "Writing Markup with JSX",
63+
"title": "JSX でマークアップを記述する",
6464
"path": "/learn/writing-markup-with-jsx"
6565
},
6666
{
67-
"title": "JavaScript in JSX with Curly Braces",
67+
"title": "JSX に波括弧で JavaScript を含める",
6868
"path": "/learn/javascript-in-jsx-with-curly-braces"
6969
},
7070
{
71-
"title": "Passing Props to a Component",
71+
"title": "コンポーネントに props を渡す",
7272
"path": "/learn/passing-props-to-a-component"
7373
},
7474
{

0 commit comments

Comments
 (0)