From 70c5ec8d2ef4cb07342507321a0ebeb12d937855 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 7 Mar 2026 00:58:54 +0100 Subject: [PATCH] fix(locales): missing locale keys --- src/locales/en.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index d53f32c..425f1b6 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -341,11 +341,7 @@ "warning_military_pn": "PN: military transport" }, "migrate-info": { - "tooltip-content": "Information about migration of\nStacjownik site!", - "header-text": "Information about the site migration", - "paragraph-1-html": "Due to the migration of all my applications to a common dedicated domain, Pojazdownik is being moved to:", - "paragraph-2-link-text": "https://pojazdownik-td2.spythere.eu/", - "paragraph-3-text": "This website will no longer receive future updates and after March 14th it will only redirect to the address above.", - "confirm-btn": "ROGER THAT!" + "line-1": "Pojazdownik is being moved to a new domain - {0}! You can still use the current website, but it will no longer be updated and will be shut down in the nearest future!", + "link": "https://pojazdownik-td2.spythere.eu/" } }