mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
should be shop=houseware, not shop=household (closes #2509)
This commit is contained in:
+3
-3
@@ -1996,9 +1996,9 @@ en:
|
||||
shop/hifi:
|
||||
name: Hifi Store
|
||||
terms: "<translate with synonyms or related terms for 'Hifi Store', separated by commas>"
|
||||
shop/household:
|
||||
name: Household Store
|
||||
terms: "<translate with synonyms or related terms for 'Household Store', separated by commas>"
|
||||
shop/houseware:
|
||||
name: Houseware Store
|
||||
terms: "<translate with synonyms or related terms for 'Houseware Store', separated by commas>"
|
||||
shop/interior_decoration:
|
||||
name: Interior Decoration Store
|
||||
terms: "<translate with synonyms or related terms for 'Interior Decoration Store', separated by commas>"
|
||||
|
||||
@@ -7899,7 +7899,7 @@
|
||||
},
|
||||
"name": "Hifi Store"
|
||||
},
|
||||
"shop/household": {
|
||||
"shop/houseware": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
@@ -7912,12 +7912,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"home"
|
||||
"home",
|
||||
"household"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "household"
|
||||
"shop": "houseware"
|
||||
},
|
||||
"name": "Household Store"
|
||||
"name": "Houseware Store"
|
||||
},
|
||||
"shop/interior_decoration": {
|
||||
"icon": "shop",
|
||||
|
||||
@@ -11,10 +11,11 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"home"
|
||||
"home",
|
||||
"household"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "household"
|
||||
"shop": "houseware"
|
||||
},
|
||||
"name": "Household Store"
|
||||
"name": "Houseware Store"
|
||||
}
|
||||
+1
-1
@@ -1862,7 +1862,7 @@
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "household"
|
||||
"value": "houseware"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
|
||||
Vendored
+3
-3
@@ -3182,9 +3182,9 @@
|
||||
"name": "Hifi Store",
|
||||
"terms": "stereo,video"
|
||||
},
|
||||
"shop/household": {
|
||||
"name": "Household Store",
|
||||
"terms": "home"
|
||||
"shop/houseware": {
|
||||
"name": "Houseware Store",
|
||||
"terms": "home,household"
|
||||
},
|
||||
"shop/interior_decoration": {
|
||||
"name": "Interior Decoration Store",
|
||||
|
||||
Reference in New Issue
Block a user