npm run build for new preset strings

This commit is contained in:
Bryan Housel
2017-10-09 12:59:22 -04:00
parent 114903fcbb
commit 6497c86de5
3 changed files with 14 additions and 5 deletions
+4 -2
View File
@@ -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
+9 -2
View File
@@ -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",
+1 -1
View File
@@ -5810,4 +5810,4 @@
}
}
}
}
}