Add settings page for alert preferences

This commit is contained in:
zv
2026-06-11 18:39:01 +02:00
parent 68fd967f88
commit 531e678922
9 changed files with 344 additions and 10 deletions

View File

@@ -103,6 +103,8 @@ const provinceLabels: Record<Province, Record<Language, string>> = {
"zachodniopomorskie": { pl: "zachodniopomorskie", en: "West Pomeranian" },
};
export const PROVINCES = Object.keys(provinceLabels) as Province[];
function simplifyProvinceName(value: string) {
return value
.normalize("NFD")