Update MomentLabels

* Add large Holidays
* Add assortment of pets
This commit is contained in:
Fly Man 2023-01-09 22:39:01 +01:00 committed by Michael Mayer
parent 6a4bfa84be
commit 4ecece557d

View file

@ -66,10 +66,17 @@ var MomentLabels = map[string]string{
"theme park": "Festivals & Entertainment", "theme park": "Festivals & Entertainment",
"event": "Festivals & Entertainment", "event": "Festivals & Entertainment",
"wine": "Festivals & Entertainment", "wine": "Festivals & Entertainment",
"newyearsday": "Holidays",
"halloween": "Holidays",
"thanksgiving": "Holidays",
"christmas": "Holidays",
"cat": "Pets", "cat": "Pets",
"dog": "Pets", "dog": "Pets",
"rabbit": "Pets", "gerbil": "Pets",
"hamster": "Pets", "hamster": "Pets",
"parakeet": "Pets",
"rabbit": "Pets",
"turtle": "Pets",
} }
// MomentLabelsFilter returns the smart filter string for a moment based on a matching label. // MomentLabelsFilter returns the smart filter string for a moment based on a matching label.