From 0033e16d4a299e7f03c948bbf374cf9a0052c5f0 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Wed, 18 Mar 2026 18:32:15 +0100 Subject: [PATCH] New translations en.json (Vietnamese) --- website/src/locales/vi.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/locales/vi.json b/website/src/locales/vi.json index 297b1bbb1..30ee49f5d 100644 --- a/website/src/locales/vi.json +++ b/website/src/locales/vi.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" } },