Nuxt/examples/i18n/static/locales/en.json
Alexandre Chopin b85de3151d example i18n
2017-02-08 20:13:14 +01:00

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