From 4542717e1ad0001310bbb6b25328ee153e5208ad Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 4 Jun 2024 11:55:37 +0200 Subject: i18nerr: Make sure unwrapping for internal errors still work --- client/locales/de/messages.gotext.json | 2 +- client/locales/es/messages.gotext.json | 2 +- client/locales/fr/messages.gotext.json | 2 +- client/locales/nl/messages.gotext.json | 2 +- client/locales/sl/messages.gotext.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client/locales') diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json index 3594b75..a8e6d71 100644 --- a/client/locales/de/messages.gotext.json +++ b/client/locales/de/messages.gotext.json @@ -175,4 +175,4 @@ "translation": "Ein interner Fehler ist aufgetreten" } ] -} +} \ No newline at end of file diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index 5a05964..3b1976c 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/messages.gotext.json @@ -175,4 +175,4 @@ "translation": "Se ha producido un error" } ] -} +} \ No newline at end of file diff --git a/client/locales/fr/messages.gotext.json b/client/locales/fr/messages.gotext.json index fe9d5d6..7b7aae3 100644 --- a/client/locales/fr/messages.gotext.json +++ b/client/locales/fr/messages.gotext.json @@ -175,4 +175,4 @@ "translation": "Une erreur interne s'est produite" } ] -} +} \ No newline at end of file diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json index 56399c5..fc28f0b 100644 --- a/client/locales/nl/messages.gotext.json +++ b/client/locales/nl/messages.gotext.json @@ -175,4 +175,4 @@ "translation": "Een interne fout is opgetreden" } ] -} +} \ No newline at end of file diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json index 2c0723b..4485252 100644 --- a/client/locales/sl/messages.gotext.json +++ b/client/locales/sl/messages.gotext.json @@ -175,4 +175,4 @@ "translation": "Prišlo je do notranje napake" } ] -} +} \ No newline at end of file -- cgit v1.2.3