diff --git a/data/deprecated.json b/data/deprecated.json index cbf86a050..489dd1cef 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"}