diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-06-04 11:55:37 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-06-04 12:56:03 +0200 |
| commit | 4542717e1ad0001310bbb6b25328ee153e5208ad (patch) | |
| tree | b82fb555d9f4219abecf606673fa251f5e0fc7f9 /client/locales | |
| parent | 7351042dcf9bfe2dc720489650eaf37243f78e17 (diff) | |
i18nerr: Make sure unwrapping for internal errors still work
Diffstat (limited to 'client/locales')
| -rw-r--r-- | client/locales/de/messages.gotext.json | 2 | ||||
| -rw-r--r-- | client/locales/es/messages.gotext.json | 2 | ||||
| -rw-r--r-- | client/locales/fr/messages.gotext.json | 2 | ||||
| -rw-r--r-- | client/locales/nl/messages.gotext.json | 2 | ||||
| -rw-r--r-- | client/locales/sl/messages.gotext.json | 2 |
5 files changed, 5 insertions, 5 deletions
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 |
