From c09171d0e2c597c4d8b51accfb3b4642f64d7094 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 28 Feb 2019 09:15:17 -0500 Subject: [PATCH] Deprecate various cuisine values in favor of diet tags (close #5993) --- data/deprecated.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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"}