add term "hobby" to related shop presets, closes #24

This commit is contained in:
Martin Raifer 2023-03-21 11:21:59 +01:00
parent 66a2d087c3
commit b9f35b5556
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
19 changed files with 49 additions and 26 deletions

View file

@ -8,12 +8,12 @@
"shop": "anime"
},
"terms": [
"manga",
"japan",
"cosplay",
"figurine",
"dakimakura",
"hobby"
"figurine",
"hobby",
"japan",
"manga"
],
"name": "Anime / Manga Shop"
}

View file

@ -12,6 +12,7 @@
"bicycle store",
"bike",
"bike store",
"hobby",
"repair",
"tricycle",
"unicycle"

View file

@ -6,6 +6,7 @@
],
"terms": [
"fishing boat",
"hobby",
"jetski",
"motorboat",
"rowboat",

View file

@ -16,6 +16,9 @@
"tags": {
"shop": "books"
},
"terms": [
"hobby"
],
"name": "Bookstore",
"aliases": [
"Bookshop",

View file

@ -6,6 +6,7 @@
],
"terms": [
"brew shop",
"hobby",
"homebrew supply store"
],
"tags": {

View file

@ -17,6 +17,7 @@
"comics",
"dolls",
"figurines",
"hobby",
"numismatics",
"philately",
"stamps",

View file

@ -12,6 +12,7 @@
"diy",
"do it yourself",
"hardware",
"hobby",
"home improvement",
"tools"
],

View file

@ -12,6 +12,7 @@
"fishing line",
"flies",
"fly",
"hobby",
"lure",
"reel",
"rod",

View file

@ -12,6 +12,7 @@
"card game",
"dice game",
"game shop",
"hobby",
"larp",
"live action role-playing game",
"miniature wargame",

View file

@ -12,6 +12,7 @@
"bows",
"bullets",
"crossbows",
"hobby",
"rifles",
"traps"
],

View file

@ -8,6 +8,7 @@
"tape cassettes",
"CDs",
"compact discs",
"hobby",
"vinyl records",
"CD store",
"casette",

View file

@ -12,6 +12,7 @@
"drum",
"flute",
"guitar",
"hobby",
"keyboard",
"piano",
"saxophone",

View file

@ -16,6 +16,7 @@
"camping",
"climbing",
"hiking",
"hobby",
"outfitter",
"outdoor equipment",
"outdoor supplies"

View file

@ -18,7 +18,8 @@
"shop": "sports"
},
"terms": [
"athletics"
"athletics",
"hobby"
],
"name": "Sporting Goods Store"
}

View file

@ -9,6 +9,7 @@
},
"terms": [
"games",
"hobby",
"teddy"
],
"name": "Toy Store"

View file

@ -10,6 +10,7 @@
],
"terms": [
"DVD",
"hobby",
"VHS",
"video cassette",
"video casette"

View file

@ -7,5 +7,8 @@
"tags": {
"shop": "video_games"
},
"terms": [
"hobby"
],
"name": "Video Game Store"
}