Add settings page for alert preferences
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user