mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-10 06:48:39 +02:00
add deprecation rules for barbeque/bbq -> barbecue, see #943
This commit is contained in:
@@ -446,6 +446,14 @@
|
||||
"old": {"crossing": "no", "highway": "crossing"},
|
||||
"replace": {"crossing": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "barbeque"},
|
||||
"replace": {"cuisine": "barbecue"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "bbq"},
|
||||
"replace": {"cuisine": "barbecue"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "gluten-free"},
|
||||
"replace": {"diet:gluten_free": "*"}
|
||||
|
||||
Reference in New Issue
Block a user