feat: add Polish and English language switcher

This commit is contained in:
zv
2026-06-01 18:54:08 +02:00
parent 840555f4f5
commit 6c2e731c60
29 changed files with 531 additions and 143 deletions

View File

@@ -6,7 +6,7 @@ export const QUERY_STALE_TIME = 5 * 60 * 1000;
export const QUERY_GC_TIME = 60 * 60 * 1000;
export const NAV_ITEMS = [
{ href: "/", label: "Pogoda" },
{ href: "/warnings", label: "Ostrzeżenia" },
{ href: "/hydro", label: "Hydro" },
{ href: "/", labelKey: "nav.weather" },
{ href: "/warnings", labelKey: "nav.warnings" },
{ href: "/hydro", labelKey: "nav.hydro" },
] as const;