@@ -42,8 +42,8 @@ import libraryMakeFly from './thumbnails/make-it-fly.jpg';
42
42
// Pong
43
43
import libraryPong from './thumbnails/pong.jpg' ;
44
44
45
- // Imagine If
46
- import libraryImagineIf from './thumbnails/imagine-if .jpg' ;
45
+ // Imagine a World
46
+ import libraryImagine from './thumbnails/imagine.jpg' ;
47
47
48
48
// Videos
49
49
import recordASound from './thumbnails/record-a-sound.jpg' ;
@@ -174,24 +174,24 @@ export default {
174
174
urlId : 'name'
175
175
} ,
176
176
177
- 'imagine-if ' : {
177
+ 'imagine' : {
178
178
name : (
179
179
< FormattedMessage
180
- defaultMessage = "Imagine If "
181
- description = "Name for the 'Imagine If ' how-to"
182
- id = "gui.howtos.imagine-if "
180
+ defaultMessage = "Imagine a World "
181
+ description = "Name for the 'Imagine a World ' how-to"
182
+ id = "gui.howtos.imagine"
183
183
/>
184
184
) ,
185
- tags : [ 'imagine-if ' ] ,
186
- img : libraryImagineIf ,
185
+ tags : [ 'imagine' ] ,
186
+ img : libraryImagine ,
187
187
steps : [ {
188
- video : 'imagine-if '
188
+ video : 'imagine'
189
189
} , {
190
190
title : (
191
191
< FormattedMessage
192
192
defaultMessage = "Type What You Want to Say"
193
193
description = "Step name for 'Type What You Want to Say' step"
194
- id = "gui.howtos.imagine-if .step_imagineTypeWhatYouWant"
194
+ id = "gui.howtos.imagine.step_imagineTypeWhatYouWant"
195
195
/>
196
196
) ,
197
197
image : 'imagineTypeWhatYouWant'
@@ -200,7 +200,7 @@ export default {
200
200
< FormattedMessage
201
201
defaultMessage = "Click the Green Flag to Start"
202
202
description = "Step name for 'Click the Green Flag to Start' step"
203
- id = "gui.howtos.imagine-if .step_imagineClickGreenFlag"
203
+ id = "gui.howtos.imagine.step_imagineClickGreenFlag"
204
204
/>
205
205
) ,
206
206
image : 'imagineClickGreenFlag'
@@ -209,7 +209,7 @@ export default {
209
209
< FormattedMessage
210
210
defaultMessage = "Choose Any Backdrop"
211
211
description = "Step name for 'Choose Any Backdrop' step"
212
- id = "gui.howtos.imagine-if .step_imagineChooseBackdrop"
212
+ id = "gui.howtos.imagine.step_imagineChooseBackdrop"
213
213
/>
214
214
) ,
215
215
image : 'imagineChooseBackdrop'
@@ -218,7 +218,7 @@ export default {
218
218
< FormattedMessage
219
219
defaultMessage = "Choose Any Sprite"
220
220
description = "Step name for 'Choose Any Sprite' step"
221
- id = "gui.howtos.imagine-if .step_imagineChooseSprite"
221
+ id = "gui.howtos.imagine.step_imagineChooseSprite"
222
222
/>
223
223
) ,
224
224
image : 'imagineChooseSprite'
@@ -227,7 +227,7 @@ export default {
227
227
< FormattedMessage
228
228
defaultMessage = "Press the Space Key to Glide"
229
229
description = "Step name for 'Press the Space Key to Glide' step"
230
- id = "gui.howtos.imagine-if .step_imagineFlyAround"
230
+ id = "gui.howtos.imagine.step_imagineFlyAround"
231
231
/>
232
232
) ,
233
233
image : 'imagineFlyAround'
@@ -236,7 +236,7 @@ export default {
236
236
< FormattedMessage
237
237
defaultMessage = "Choose Another Sprite"
238
238
description = "Step name for 'Choose Another Sprite' step"
239
- id = "gui.howtos.imagine-if .step_imagineChooseAnotherSprite"
239
+ id = "gui.howtos.imagine.step_imagineChooseAnotherSprite"
240
240
/>
241
241
) ,
242
242
image : 'imagineChooseAnotherSprite'
@@ -245,7 +245,7 @@ export default {
245
245
< FormattedMessage
246
246
defaultMessage = "Move Left-Right"
247
247
description = "Step name for 'Move Left-Right' step"
248
- id = "gui.howtos.imagine-if .step_imagineLeftRight"
248
+ id = "gui.howtos.imagine.step_imagineLeftRight"
249
249
/>
250
250
) ,
251
251
image : 'imagineLeftRight'
@@ -254,7 +254,7 @@ export default {
254
254
< FormattedMessage
255
255
defaultMessage = "Move Up-Down"
256
256
description = "Step name for 'Move Up-Down' step"
257
- id = "gui.howtos.imagine-if .step_imagineUpDown"
257
+ id = "gui.howtos.imagine.step_imagineUpDown"
258
258
/>
259
259
) ,
260
260
image : 'imagineUpDown'
@@ -263,7 +263,7 @@ export default {
263
263
< FormattedMessage
264
264
defaultMessage = "Change Costumes"
265
265
description = "Step name for 'Change Costumes' step"
266
- id = "gui.howtos.imagine-if .step_imagineChangeCostumes"
266
+ id = "gui.howtos.imagine.step_imagineChangeCostumes"
267
267
/>
268
268
) ,
269
269
image : 'imagineChangeCostumes'
@@ -272,7 +272,7 @@ export default {
272
272
< FormattedMessage
273
273
defaultMessage = "Glide to a Point"
274
274
description = "Step name for 'Glide to a Point' step"
275
- id = "gui.howtos.imagine-if .step_imagineGlideToPoint"
275
+ id = "gui.howtos.imagine.step_imagineGlideToPoint"
276
276
/>
277
277
) ,
278
278
image : 'imagineGlideToPoint'
@@ -281,7 +281,7 @@ export default {
281
281
< FormattedMessage
282
282
defaultMessage = "Grow and Shrink"
283
283
description = "Step name for 'Grow and Shrink' step"
284
- id = "gui.howtos.imagine-if .step_imagineGrowShrink"
284
+ id = "gui.howtos.imagine.step_imagineGrowShrink"
285
285
/>
286
286
) ,
287
287
image : 'imagineGrowShrink'
@@ -290,7 +290,7 @@ export default {
290
290
< FormattedMessage
291
291
defaultMessage = "Choose Another Backdrop"
292
292
description = "Step name for 'Choose Another Backdrop' step"
293
- id = "gui.howtos.imagine-if .step_imagineChooseAnotherBackdrop"
293
+ id = "gui.howtos.imagine.step_imagineChooseAnotherBackdrop"
294
294
/>
295
295
) ,
296
296
image : 'imagineChooseAnotherBackdrop'
@@ -299,7 +299,7 @@ export default {
299
299
< FormattedMessage
300
300
defaultMessage = "Switch Backdrops"
301
301
description = "Step name for 'Switch Backdrops' step"
302
- id = "gui.howtos.imagine-if .step_imagineSwitchBackdrops"
302
+ id = "gui.howtos.imagine.step_imagineSwitchBackdrops"
303
303
/>
304
304
) ,
305
305
image : 'imagineSwitchBackdrops'
@@ -308,7 +308,7 @@ export default {
308
308
< FormattedMessage
309
309
defaultMessage = "Add a Sound"
310
310
description = "Step name for 'Add a Sound' step"
311
- id = "gui.howtos.imagine-if .step_imagineRecordASound"
311
+ id = "gui.howtos.imagine.step_imagineRecordASound"
312
312
/>
313
313
) ,
314
314
image : 'imagineRecordASound'
@@ -317,7 +317,7 @@ export default {
317
317
< FormattedMessage
318
318
defaultMessage = "Choose Your Sound"
319
319
description = "Step name for 'Choose Your Sound' step"
320
- id = "gui.howtos.imagine-if .step_imagineChooseSound"
320
+ id = "gui.howtos.imagine.step_imagineChooseSound"
321
321
/>
322
322
) ,
323
323
image : 'imagineChooseSound'
@@ -328,7 +328,7 @@ export default {
328
328
]
329
329
}
330
330
] ,
331
- urlId : 'imagine-if '
331
+ urlId : 'imagine'
332
332
} ,
333
333
334
334
'Make-Music' : {
0 commit comments