From 4a5f59bfd24e32fdf3558b009a8f636636cb3663 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sat, 6 Sep 2025 21:06:17 -0400 Subject: [PATCH] Fixes #654 --- .../locations/LocationVisits.svelte | 12 + frontend/src/locales/ar.json | 4 +- frontend/src/locales/de.json | 4 +- frontend/src/locales/en.json | 2034 ++++++++-------- frontend/src/locales/es.json | 2026 ++++++++-------- frontend/src/locales/fr.json | 4 +- frontend/src/locales/it.json | 4 +- frontend/src/locales/ja.json | 4 +- frontend/src/locales/ko.json | 4 +- frontend/src/locales/nl.json | 4 +- frontend/src/locales/no.json | 2026 ++++++++-------- frontend/src/locales/pl.json | 4 +- frontend/src/locales/pt-br.json | 4 +- frontend/src/locales/ru.json | 2037 ++++++++--------- frontend/src/locales/sv.json | 4 +- frontend/src/locales/zh.json | 4 +- 16 files changed, 4109 insertions(+), 4070 deletions(-) diff --git a/frontend/src/lib/components/locations/LocationVisits.svelte b/frontend/src/lib/components/locations/LocationVisits.svelte index 7dec8f1d..5248c450 100644 --- a/frontend/src/lib/components/locations/LocationVisits.svelte +++ b/frontend/src/lib/components/locations/LocationVisits.svelte @@ -28,6 +28,7 @@ import ArrowLeftIcon from '~icons/mdi/arrow-left'; import RunFastIcon from '~icons/mdi/run-fast'; import LoadingIcon from '~icons/mdi/loading'; + import InfoIcon from '~icons/mdi/information'; import UploadIcon from '~icons/mdi/upload'; import FileIcon from '~icons/mdi/file'; import CloseIcon from '~icons/mdi/close'; @@ -1535,6 +1536,17 @@ + + {#if localStartDate || localEndDate} +
+ +
+
{$t('adventures.dates_not_saved')}
+
{$t('adventures.dates_not_saved_description')}
+
+
+ {/if} +