diff --git a/app/components/home/Link.vue b/app/components/home/Link.vue deleted file mode 100644 index 2b7d8f3..0000000 --- a/app/components/home/Link.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - {{ label }} - - - diff --git a/app/error.vue b/app/error.vue index 15dcd5c..56e0cb4 100644 --- a/app/error.vue +++ b/app/error.vue @@ -1,3 +1,7 @@ + + @@ -5,8 +9,13 @@ 404 - I think you're lost, let's go back + {{ t('error.main') }} + + + {{ t('error.redirect') }} + + diff --git a/locales/en.json b/locales/en.json index 0323837..b3f57c9 100644 --- a/locales/en.json +++ b/locales/en.json @@ -156,5 +156,9 @@ "humidity": "Humidity", "wind": "Wind" } + }, + "error": { + "main": "I think you're lost, let's go back to the", + "redirect": "homepage" } } diff --git a/locales/es.json b/locales/es.json index c051380..3440864 100644 --- a/locales/es.json +++ b/locales/es.json @@ -156,5 +156,9 @@ "humidity": "Humedad", "wind": "Viento" } + }, + "error": { + "main": "Creo que estás perdido, volvamos a la", + "redirect": "página de inicio" } } diff --git a/locales/fr.json b/locales/fr.json index 4e283df..bf07075 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -156,5 +156,9 @@ "humidity": "Humidité", "wind": "Vent" } + }, + "error": { + "main": "Je pense que vous êtes perdu, retournons en arrière à la", + "redirect": "page d'accueil" } }
- I think you're lost, let's go back + {{ t('error.main') }} + + + {{ t('error.redirect') }} + +