mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Fix l10n-static ids
This commit is contained in:
parent
6ae4bb882b
commit
9f343fa662
2 changed files with 12 additions and 12 deletions
src/views/ideas
|
@ -6,10 +6,10 @@
|
|||
"cards.storyCardsLink": "https://resources.scratch.mit.edu/www/cards/en/story-cards.pdf",
|
||||
"cards.chaseCardsLink": "https://resources.scratch.mit.edu/www/cards/en/chase-cards.pdf",
|
||||
"cards.videoCardsLink": "https://resources.scratch.mit.edu/www/cards/en/video-cards.pdf",
|
||||
"guides.nameGuideLink": "https://resources.scratch.mit.edu/www/guides/en/NameGuide.pdf",
|
||||
"guides.animateGuideLink": "https://resources.scratch.mit.edu/www/guides/en/AnimateGuide.pdf",
|
||||
"guides.musicGuideLink": "https://resources.scratch.mit.edu/www/guides/en/MusicGuide.pdf",
|
||||
"guides.storyGuideLink": "https://resources.scratch.mit.edu/www/guides/en/StoryGuide.pdf",
|
||||
"guides.chaseGuideLink": "https://resources.scratch.mit.edu/www/guides/en/ChaseGuide.pdf",
|
||||
"guides.videoGuideLink": "https://resources.scratch.mit.edu/www/guides/en/VideoGuide.pdf"
|
||||
"guides.NameGuideLink": "https://resources.scratch.mit.edu/www/guides/en/NameGuide.pdf",
|
||||
"guides.AnimateGuideLink": "https://resources.scratch.mit.edu/www/guides/en/AnimateGuide.pdf",
|
||||
"guides.MusicGuideLink": "https://resources.scratch.mit.edu/www/guides/en/MusicGuide.pdf",
|
||||
"guides.StoryGuideLink": "https://resources.scratch.mit.edu/www/guides/en/StoryGuide.pdf",
|
||||
"guides.ChaseGuideLink": "https://resources.scratch.mit.edu/www/guides/en/ChaseGuide.pdf",
|
||||
"guides.VideoGuideLink": "https://resources.scratch.mit.edu/www/guides/en/VideoGuide.pdf"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"modalImage": "/images/ideas/activities/animate-a-name-modal.jpg",
|
||||
"tutorialUrl": "name",
|
||||
"cardsUrl": "cards.nameCardsLink",
|
||||
"guideUrl": "guides.nameGuideLink"
|
||||
"guideUrl": "guides.NameGuideLink"
|
||||
},
|
||||
{
|
||||
"title": "ideas.animateACharacterTitle",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"modalImage": "/images/ideas/activities/animate-a-character-modal.jpg",
|
||||
"tutorialUrl": "animate-a-character",
|
||||
"cardsUrl": "cards.animateCardsLink",
|
||||
"guideUrl": "guides.animateGuideLink"
|
||||
"guideUrl": "guides.AnimateGuideLink"
|
||||
},
|
||||
{
|
||||
"title": "ideas.makeMusicTitle",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"modalImage": "/images/ideas/activities/make-music-modal.jpg",
|
||||
"tutorialUrl": "music",
|
||||
"cardsUrl": "cards.musicCardsLink",
|
||||
"guideUrl": "guides.musicGuideLink"
|
||||
"guideUrl": "guides.MusicGuideLink"
|
||||
},
|
||||
{
|
||||
"title": "ideas.createAStoryTitle",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"modalImage": "/images/ideas/activities/create-a-story-modal.jpg",
|
||||
"tutorialUrl": "tell-a-story",
|
||||
"cardsUrl": "cards.storyCardsLink",
|
||||
"guideUrl": "guides.storyGuideLink"
|
||||
"guideUrl": "guides.StoryGuideLink"
|
||||
},
|
||||
{
|
||||
"title": "ideas.chaseGameTitle",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"modalImage": "/images/ideas/activities/chase-game-modal.jpg",
|
||||
"tutorialUrl": "chase-game",
|
||||
"cardsUrl": "cards.chaseCardsLink",
|
||||
"guideUrl": "guides.chaseGuideLink"
|
||||
"guideUrl": "guides.ChaseGuideLink"
|
||||
},
|
||||
{
|
||||
"title": "ideas.videoSensingTitle",
|
||||
|
@ -51,6 +51,6 @@
|
|||
"modalImage": "/images/ideas/activities/video-sensing-modal.jpg",
|
||||
"tutorialUrl": "video-sensing",
|
||||
"cardsUrl": "cards.videoCardsLink",
|
||||
"guideUrl": "guides.videoGuideLink"
|
||||
"guideUrl": "guides.VideoGuideLink"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue