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

11 lines
240 B
JSON

{
"message": {
"english": "Version Anglaise",
"french": "Version Française",
"welcome": "Bienvenue",
"introduction": "Ceci est un texte d'introduction en Français.",
"home": "Accueil",
"about": "À propos"
}
}