mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
![Jan Mühlemann](/assets/img/avatar_default.png)
* update with-react-i18next supporting new _app.js * update readme to not encourage cloning of repo
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"welcome": "welcome to next.js",
|
|
"sample_test": "test words for en",
|
|
"sample_button": "fire in the wind for en",
|
|
"link": {
|
|
"gotoPage2": "Go to page 2",
|
|
"gotoPage3": "Go to page 3 (no hoc)"
|
|
}
|
|
}
|