fix: show offline status in pwa
All checks were successful
CI / Lint, test, typecheck and build (push) Successful in 11m21s

This commit is contained in:
zv
2026-07-04 20:53:13 +02:00
parent 6bec7060e0
commit 2c2515abba
3 changed files with 26 additions and 1 deletions

View File

@@ -327,6 +327,7 @@ const translations = {
"offline.description":
"wtr. nie może teraz pobrać aktualnych danych IMGW. Ostatnio odwiedzone widoki mogą być dostępne z pamięci urządzenia.",
"offline.back": "Wróć do aplikacji",
"offline.banner": "Brak połączenia · dane mogą być nieaktualne",
},
en: {
"nav.weather": "Weather",
@@ -647,6 +648,7 @@ const translations = {
"offline.description":
"wtr. cannot fetch current IMGW data right now. Recently visited views may still be available from your device cache.",
"offline.back": "Back to the app",
"offline.banner": "Offline · data may be out of date",
},
} as const;