feat(03-03): create error.vue (404 page) with i18n keys
- error.vue in app/ with statusCode display, i18n message, clearError redirect - Added error.notFound, error.generic, error.backHome keys to fr.json and en.json
This commit is contained in:
@@ -428,5 +428,10 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"notFound": "Oups ! Cette page est introuvable.",
|
||||
"generic": "Une erreur est survenue.",
|
||||
"backHome": "Retour a l'accueil"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user