From 3744fac4ad0e5cc81801dd727806691d4f497c87 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Wed, 18 Mar 2026 18:31:47 +0100 Subject: [PATCH] New translations en.json (Greek) --- website/src/locales/el.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/locales/el.json b/website/src/locales/el.json index 041f2726e..8ef1cd4b3 100644 --- a/website/src/locales/el.json +++ b/website/src/locales/el.json @@ -190,6 +190,8 @@ "from": "The start point is too far from the nearest road", "via": "The via point is too far from the nearest road", "to": "The end point is too far from the nearest road", + "distance": "The end point is to far from the start point", + "connection": "No connection found between the points", "timeout": "Route calculation took too long, try adding points closer together" } },