From ffaa6200c3fbecf1b08d7dbb895ef00e789ad99f Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Tue, 19 May 2026 21:46:58 +0200 Subject: [PATCH] Add translation for the page not found error --- src/locales/en.json | 3 ++- src/views/NotFound.vue | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 792d1dd..59afa56 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,6 +9,7 @@ } }, "error": { - "tryAgainToAnotherTime": "Please try again to another time." + "tryAgainToAnotherTime": "Please try again to another time.", + "pageNotFound": "The page you are looking for does not exist. Please check the URL or return to the search page." } } \ No newline at end of file diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue index 91432d9..59bf197 100644 --- a/src/views/NotFound.vue +++ b/src/views/NotFound.vue @@ -14,10 +14,16 @@ See the License for the specific language governing permissions and limitations under the License. --> + +