Fix the locale id

This commit is contained in:
clariroid
2015-03-26 06:12:41 +09:00
parent 881128e610
commit d2e669f141
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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 が採用しているリアルタイムコメントの基本機能を備えたものを想定しています。