From 86fe27ea4b5cb8ebd86d4db4fbed390232b0f909 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 26 Jul 2024 00:36:51 +0200 Subject: [PATCH] New translations en.json (Swedish) --- website/src/locales/sv.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/locales/sv.json b/website/src/locales/sv.json index ca009d3a..948a89cf 100644 --- a/website/src/locales/sv.json +++ b/website/src/locales/sv.json @@ -430,5 +430,6 @@ "code": "Integration code" }, "webgl2_required": "WebGL 2 is required to display the map.", - "enable_webgl2": "Learn how to enable WebGL 2 in your browser" + "enable_webgl2": "Learn how to enable WebGL 2 in your browser", + "page_not_found": "page not found" } \ No newline at end of file