mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 04:12:34 +00:00
Fix the locale id
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
id: getting-started-ja
|
||||
id: getting-started-ja-JP
|
||||
title: 始めてみましょう
|
||||
next: tutorial-ja.html
|
||||
redirect_from: "docs/index-ja.html"
|
||||
next: tutorial-ja-JP.html
|
||||
redirect_from: "docs/index-ja-JP.html"
|
||||
---
|
||||
|
||||
## JSFiddle
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
id: tutorial
|
||||
id: tutorial-ja-JP
|
||||
title: チュートリアル
|
||||
prev: getting-started-ja.html
|
||||
next: thinking-in-react-ja.html
|
||||
prev: getting-started-ja-JP.html
|
||||
next: thinking-in-react-ja-JP.html
|
||||
---
|
||||
|
||||
これから、シンプルながらも現実的なコメントボックスを作ってみましょう。ブログにも設置できるようなもので、Disqus や LiveFyre、Facebook comments が採用しているリアルタイムコメントの基本機能を備えたものを想定しています。
|
||||
Reference in New Issue
Block a user