mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Adding Fashion and Story activities to Things to Try (#1176)
Added Fashion and Story activities between Hide and Pong. Updated description text. Note that Cards and Guide locations were already included in l10n-static.json
This commit is contained in:
parent
ff1410ee6f
commit
3b4a07c7b8
2 changed files with 19 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
"ttt.StoryTitle": "Create a Story",
|
||||
"ttt.StoryDescription": "Choose characters, add conversation, and bring your story to life.",
|
||||
"ttt.FashionTitle": "Fashion Game",
|
||||
"ttt.FashionDescription": "Dress up a character with different clothes and styles.",
|
||||
"ttt.FashionDescription": "Make a game where you dress a character with different clothes and styles.",
|
||||
"ttt.PongTitle": "Pong Game",
|
||||
"ttt.PongDescription": "Make a bouncing ball game with sounds, points, and other effects.",
|
||||
"ttt.DanceTitle": "Let's Dance",
|
||||
|
|
|
@ -44,6 +44,24 @@
|
|||
"activityLoc": "ttt.HideAndSeekActivityLoc",
|
||||
"guideLoc": "ttt.HideAndSeekGuideLoc"
|
||||
},
|
||||
{
|
||||
"title": "ttt.FashionTitle",
|
||||
"description": "ttt.FashionDescription",
|
||||
"thumbUrl": "/images/ttt/fashion-game.jpg",
|
||||
"bannerUrl": "/images/ttt/fashion-game-banner.jpg",
|
||||
"tutorialLoc": "/projects/editor/?tip_bar=fashion",
|
||||
"activityLoc": "ttt.FashionActivityLoc",
|
||||
"guideLoc": "ttt.FashionGuideLoc"
|
||||
},
|
||||
{
|
||||
"title": "ttt.StoryTitle",
|
||||
"description": "ttt.StoryDescription",
|
||||
"thumbUrl": "/images/ttt/create-a-story.jpg",
|
||||
"bannerUrl": "/images/ttt/create-a-story-banner.jpg",
|
||||
"tutorialLoc": "/projects/editor/?tip_bar=story",
|
||||
"activityLoc": "ttt.StoryActivityLoc",
|
||||
"guideLoc": "ttt.StoryGuideLoc"
|
||||
},
|
||||
{
|
||||
"title": "ttt.PongTitle",
|
||||
"description": "ttt.PongDescription",
|
||||
|
|
Loading…
Add table
Reference in a new issue