Skip to content

Commit

Permalink
Deprecate various cuisine values in favor of diet tags (close #5993)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 28, 2019
1 parent eda4c1f commit c09171d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,26 @@
"old": {"craft": "optician"},
"replace": {"shop": "optician"}
},
{
"old": {"cuisine": "gluten-free"},
"replace": {"diet:gluten_free": "yes"}
},
{
"old": {"cuisine": "halal"},
"replace": {"diet:halal": "yes"}
},
{
"old": {"cuisine": "kosher"},
"replace": {"diet:kosher": "yes"}
},
{
"old": {"cuisine": "vegan"},
"replace": {"diet:vegan": "yes"}
},
{
"old": {"cuisine": "vegetarian"},
"replace": {"diet:vegetarian": "yes"}
},
{
"old": {"drinkable": "*"},
"replace": {"drinking_water": "$1"}
Expand Down

0 comments on commit c09171d

Please sign in to comment.