Update MomentLabels
* Add large Holidays * Add assortment of pets
This commit is contained in:
parent
6a4bfa84be
commit
4ecece557d
1 changed files with 8 additions and 1 deletions
|
@ -66,10 +66,17 @@ var MomentLabels = map[string]string{
|
|||
"theme park": "Festivals & Entertainment",
|
||||
"event": "Festivals & Entertainment",
|
||||
"wine": "Festivals & Entertainment",
|
||||
"newyearsday": "Holidays",
|
||||
"halloween": "Holidays",
|
||||
"thanksgiving": "Holidays",
|
||||
"christmas": "Holidays",
|
||||
"cat": "Pets",
|
||||
"dog": "Pets",
|
||||
"gerbil": "Pets",
|
||||
"hamster": "Pets",
|
||||
"parakeet": "Pets",
|
||||
"rabbit": "Pets",
|
||||
"hamster": "Pets",
|
||||
"turtle": "Pets",
|
||||
}
|
||||
|
||||
// MomentLabelsFilter returns the smart filter string for a moment based on a matching label.
|
||||
|
|
Loading…
Reference in a new issue