mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"links": {
|
|
"home": "Home",
|
|
"about": "About",
|
|
"english": "English version",
|
|
"french": "French version"
|
|
},
|
|
"home": {
|
|
"title": "Welcome",
|
|
"introduction": "This is an introduction in English."
|
|
},
|
|
"about": {
|
|
"title": "About",
|
|
"introduction": "This page is made to give you more informations."
|
|
}
|
|
}
|