From 4457f013665b07180f02e0a872daf29509448c7f Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 26 Jul 2024 00:36:31 +0200 Subject: [PATCH] New translations en.json (Polish) --- website/src/locales/pl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/locales/pl.json b/website/src/locales/pl.json index ae8234d6..938feeb0 100644 --- a/website/src/locales/pl.json +++ b/website/src/locales/pl.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