mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 04:09:33 +02:00
Deprecate "todo" and "TODO" tags in favor of "fixme" (re: #6214)
This commit is contained in:
@@ -677,6 +677,14 @@
|
||||
"old": {"theatre:type": "amphitheatre"},
|
||||
"replace": {"theatre:type": "amphi"}
|
||||
},
|
||||
{
|
||||
"old": {"todo": "*"},
|
||||
"replace": {"fixme": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"TODO": "*"},
|
||||
"replace": {"fixme": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"toilets:disposal": "longdrop"},
|
||||
"replace": {"toilets:disposal": "pitlatrine"}
|
||||
|
||||
Reference in New Issue
Block a user