mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
npm run build for new preset strings
This commit is contained in:
+4
-2
@@ -4018,11 +4018,13 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Horizontal Bar'', separated by commas>'
|
||||
playground/rocker:
|
||||
# playground=springy
|
||||
name: Springy Rocker
|
||||
terms: '<translate with synonyms or related terms for ''Springy Rocker'', separated by commas>'
|
||||
name: Spring Rider
|
||||
# 'terms: spring rocker,springy rocker'
|
||||
terms: '<translate with synonyms or related terms for ''Spring Rider'', separated by commas>'
|
||||
playground/roundabout:
|
||||
# playground=roundabout
|
||||
name: Play Roundabout
|
||||
# 'terms: merry-go-round'
|
||||
terms: '<translate with synonyms or related terms for ''Play Roundabout'', separated by commas>'
|
||||
playground/sandpit:
|
||||
# playground=sandpit
|
||||
|
||||
@@ -11586,7 +11586,11 @@
|
||||
"tags": {
|
||||
"playground": "springy"
|
||||
},
|
||||
"name": "Springy Rocker"
|
||||
"name": "Spring Rider",
|
||||
"terms": [
|
||||
"spring rocker",
|
||||
"springy rocker"
|
||||
]
|
||||
},
|
||||
"playground/roundabout": {
|
||||
"icon": "stadium",
|
||||
@@ -11600,7 +11604,10 @@
|
||||
"tags": {
|
||||
"playground": "roundabout"
|
||||
},
|
||||
"name": "Play Roundabout"
|
||||
"name": "Play Roundabout",
|
||||
"terms": [
|
||||
"merry-go-round"
|
||||
]
|
||||
},
|
||||
"playground/sandpit": {
|
||||
"icon": "playground",
|
||||
|
||||
Vendored
+1
-1
@@ -5810,4 +5810,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user