Add terms properly and rename preset file

This commit is contained in:
Alex
2016-10-03 08:26:24 +01:00
committed by Bryan Housel
parent 399de1929e
commit e19575a069
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -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
+5
View File
@@ -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"
}