mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Run 'npm run build' for new preset terms
This commit is contained in:
@@ -3306,6 +3306,7 @@ en:
|
||||
shop/anime:
|
||||
# shop=anime
|
||||
name: Anime Shop
|
||||
# 'terms: manga,japan,cosplay,figurine,dakimakura'
|
||||
terms: '<translate with synonyms or related terms for ''Anime Shop'', separated by commas>'
|
||||
shop/antiques:
|
||||
# shop=antiques
|
||||
|
||||
@@ -8343,6 +8343,13 @@
|
||||
"tags": {
|
||||
"shop": "anime"
|
||||
},
|
||||
"terms": [
|
||||
"manga",
|
||||
"japan",
|
||||
"cosplay",
|
||||
"figurine",
|
||||
"dakimakura"
|
||||
],
|
||||
"name": "Anime Shop"
|
||||
},
|
||||
"shop/antiques": {
|
||||
|
||||
Vendored
+1
-1
@@ -3569,7 +3569,7 @@
|
||||
},
|
||||
"shop/anime": {
|
||||
"name": "Anime Shop",
|
||||
"terms": ""
|
||||
"terms": "manga,japan,cosplay,figurine,dakimakura"
|
||||
},
|
||||
"shop/antiques": {
|
||||
"name": "Antiques Shop",
|
||||
|
||||
Reference in New Issue
Block a user