Deprecate various cuisine values in favor of diet tags (close #5993)

This commit is contained in:
Quincy Morgan
2019-02-28 09:15:17 -05:00
parent eda4c1fef9
commit c09171d0e2
+20
View File
@@ -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"}