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

11 lines
215 B
JSON
Raw Normal View History

2017-02-08 19:13:14 +00:00
{
"message": {
"english": "English version",
"french": "French version",
"welcome": "Welcome",
"introduction": "This is an introduction in English.",
"home": "Home",
"about": "About"
}
}