From f31bb680917c6be24b6ba7360fe723d2a7fdd892 Mon Sep 17 00:00:00 2001 From: Klemek Date: Wed, 17 Jun 2026 17:43:41 +0200 Subject: [PATCH] fix: no point in i18n --- src/components/PageInput.vue | 4 +--- src/i18n/en.json | 2 +- src/i18n/fr.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/PageInput.vue b/src/components/PageInput.vue index f9cd9a8..2db21f3 100644 --- a/src/components/PageInput.vue +++ b/src/components/PageInput.vue @@ -69,8 +69,6 @@ function newDomain() { > {{ $t("is_unavailable") }}

-

- {{ $t("page_input.not_found") }} -

+

{{ $t("page_input.not_found") }}.

diff --git a/src/i18n/en.json b/src/i18n/en.json index 7653850..80265af 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -5,7 +5,7 @@ "history": "History" }, "this_domain": "This domain", - "is_unavailable": "is not available.", + "is_unavailable": "is not available", "seems": "seems", "available": "available", "error": "An error has occured, please reload the page.", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 4af8464..fdfe68e 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -5,7 +5,7 @@ "history": "Historique" }, "this_domain": "Ce domaine", - "is_unavailable": "n'est pas disponible.", + "is_unavailable": "n'est pas disponible", "seems": "semble ĂȘtre", "available": "disponible", "error": "Une erreur est survenue, merci de recharger la page.",