From 3efdecda022c712862befac39f75e072f7a998b1 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 26 Jul 2024 00:36:49 +0200 Subject: [PATCH] New translations en.json (Portuguese) --- website/src/locales/pt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/locales/pt.json b/website/src/locales/pt.json index 8ea98844..48e6bd56 100644 --- a/website/src/locales/pt.json +++ b/website/src/locales/pt.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