Nuxt/examples/i18n/static/locales/en.json

11 lines
215 B
JSON

{
"message": {
"english": "English version",
"french": "French version",
"welcome": "Welcome",
"introduction": "This is an introduction in English.",
"home": "Home",
"about": "About"
}
}