Skip to content

Restore translated titles of sidebar #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
"path": "/learn/describing-the-ui",
"routes": [
{
"title": "Your First Component",
"title": "初めてのコンポーネント",
"path": "/learn/your-first-component"
},
{
"title": "Importing and Exporting Components",
"title": "コンポーネントのインポートとエクスポート",
"path": "/learn/importing-and-exporting-components"
},
{
"title": "Writing Markup with JSX",
"title": "JSX でマークアップを記述する",
"path": "/learn/writing-markup-with-jsx"
},
{
"title": "JavaScript in JSX with Curly Braces",
"title": "JSX に波括弧で JavaScript を含める",
"path": "/learn/javascript-in-jsx-with-curly-braces"
},
{
"title": "Passing Props to a Component",
"title": "コンポーネントに props を渡す",
"path": "/learn/passing-props-to-a-component"
},
{
Expand Down