mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 17:20:30 +02:00
Add signpost term to guidepost
This commit is contained in:
committed by
Bryan Housel
parent
f729245032
commit
73e1ba833a
@@ -4591,6 +4591,7 @@ en:
|
||||
tourism/information/guidepost:
|
||||
# 'tourism=information, information=guidepost'
|
||||
name: Guidepost
|
||||
# 'terms: signpost'
|
||||
terms: '<translate with synonyms or related terms for ''Guidepost'', separated by commas>'
|
||||
tourism/information/map:
|
||||
# 'tourism=information, information=map'
|
||||
|
||||
@@ -14285,6 +14285,9 @@
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"signpost"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "guidepost"
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"signpost"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "guidepost"
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -5131,7 +5131,7 @@
|
||||
},
|
||||
"tourism/information/guidepost": {
|
||||
"name": "Guidepost",
|
||||
"terms": ""
|
||||
"terms": "signpost"
|
||||
},
|
||||
"tourism/information/map": {
|
||||
"name": "Map",
|
||||
|
||||
Reference in New Issue
Block a user