mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 00:06:54 +02:00
Add shop=repair preset (re: #76)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "fas-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "repair"
|
||||
},
|
||||
"terms": [
|
||||
"broken",
|
||||
"fixit shop",
|
||||
"mend",
|
||||
"patch",
|
||||
"refurbish",
|
||||
"rehabilitate",
|
||||
"tinker"
|
||||
],
|
||||
"name": "Repair Shop"
|
||||
}
|
||||
@@ -8562,6 +8562,11 @@ en:
|
||||
# shop=rental
|
||||
name: Rental Shop
|
||||
terms: '<translate with synonyms or related terms for ''Rental Shop'', separated by commas>'
|
||||
shop/repair:
|
||||
# shop=repair
|
||||
name: Repair Shop
|
||||
# 'terms: broken,fixit shop,mend,patch,refurbish,rehabilitate,tinker'
|
||||
terms: '<translate with synonyms or related terms for ''Repair Shop'', separated by commas>'
|
||||
shop/scuba_diving:
|
||||
# shop=scuba_diving
|
||||
name: Scuba Diving Shop
|
||||
|
||||
Reference in New Issue
Block a user