mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Add terms properly and rename preset file
This commit is contained in:
@@ -3670,6 +3670,7 @@ en:
|
||||
shop/pastry:
|
||||
# shop=pastry
|
||||
name: Pastry Shop
|
||||
# 'terms: patisserie,cake shop,cakery'
|
||||
terms: '<translate with synonyms or related terms for ''Pastry Shop'', separated by commas>'
|
||||
shop/pawnbroker:
|
||||
# shop=pawnbroker
|
||||
|
||||
@@ -9875,6 +9875,11 @@
|
||||
"tags": {
|
||||
"shop": "pastry"
|
||||
},
|
||||
"terms": [
|
||||
"patisserie",
|
||||
"cake shop",
|
||||
"cakery"
|
||||
],
|
||||
"name": "Pastry Shop"
|
||||
},
|
||||
"shop/pawnbroker": {
|
||||
|
||||
@@ -13,5 +13,10 @@
|
||||
"tags": {
|
||||
"shop": "pastry"
|
||||
},
|
||||
"terms": [
|
||||
"patisserie",
|
||||
"cake shop",
|
||||
"cakery"
|
||||
],
|
||||
"name": "Pastry Shop"
|
||||
}
|
||||
Reference in New Issue
Block a user