Skip to content

Commit

Permalink
Fix Japanese menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-takata committed Aug 19, 2015
1 parent 13a58a4 commit fe1eb78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions i18n/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"subtitle": "React.jsとサーバサイドレンダリングについて学びましょう!",
"exercise": {
"HELLO_REACT" :"HELLO_REACT",
"COMPONENTS" :"COMPONENTS",
"PROPS" :"PROPS",
"PROPTYPES" :"PROPTYPES",
"STATE" :"STATE",
"CSS" :"CSS",
"PROPS_FROM_SERVER":"PROPS_FROM_SERVER",
"ISOMORPHIC" :"ISOMORPHIC",
"CSS2" :"CSS2",
"EVENT" :"EVENT",
"PROP_AND_STATE" :"PROP_AND_STATE"
}
}

0 comments on commit fe1eb78

Please sign in to comment.