Nuxt/examples/vue-i18n/locales/en-US.json
2017-04-10 18:44:08 +02:00

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."
}
}