diff --git a/app/error.vue b/app/error.vue new file mode 100644 index 0000000..ed3d151 --- /dev/null +++ b/app/error.vue @@ -0,0 +1,22 @@ + + + diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 02ec210..af1fb19 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -428,5 +428,10 @@ ] } } + }, + "error": { + "notFound": "Oops! This page could not be found.", + "generic": "An error occurred.", + "backHome": "Back to home" } } diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json index 1401847..4c272af 100644 --- a/i18n/locales/fr.json +++ b/i18n/locales/fr.json @@ -428,5 +428,10 @@ ] } } + }, + "error": { + "notFound": "Oups ! Cette page est introuvable.", + "generic": "Une erreur est survenue.", + "backHome": "Retour a l'accueil" } }