Commit b434865c authored by Eric Rosenbaum's avatar Eric Rosenbaum

Update l10n-static ids

parent 6d4af601
......@@ -156,7 +156,7 @@ class Ideas extends React.Component {
</p>
<a
href={this.props.intl.formatMessage({
id: 'cards.ScratchCardsAllLink'
id: 'cards.scratch-cards-allLink'
})}
target="_blank"
>
......
{
"cards.ScratchCardsAllLink": "https://resources.scratch.mit.edu/www/cards/en/scratch-cards-all.pdf",
"cards.nameCardsLink": "https://resources.scratch.mit.edu/www/cards/en/name-cards.pdf",
"cards.animateCardsLink": "https://resources.scratch.mit.edu/www/cards/en/animate-cards.pdf",
"cards.musicCardsLink": "https://resources.scratch.mit.edu/www/cards/en/music-cards.pdf",
"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",
"cards.scratch-cards-allLink": "https://resources.scratch.mit.edu/www/cards/en/scratch-cards-all.pdf",
"cards.name-cardsLink": "https://resources.scratch.mit.edu/www/cards/en/name-cards.pdf",
"cards.animation-cardsLink": "https://resources.scratch.mit.edu/www/cards/en/animation-cards.pdf",
"cards.music-cardsLink": "https://resources.scratch.mit.edu/www/cards/en/music-cards.pdf",
"cards.story-cardsLink": "https://resources.scratch.mit.edu/www/cards/en/story-cards.pdf",
"cards.chase-cardsLink": "https://resources.scratch.mit.edu/www/cards/en/chase-cards.pdf",
"cards.video-cardsLink": "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",
......
......@@ -5,7 +5,7 @@
"thumbImage": "/images/ideas/activities/animate-a-name-thumb.jpg",
"modalImage": "/images/ideas/activities/animate-a-name-modal.jpg",
"tutorialUrl": "name",
"cardsUrl": "cards.nameCardsLink",
"cardsUrl": "cards.name-cardsLink",
"guideUrl": "guides.NameGuideLink"
},
{
......@@ -14,7 +14,7 @@
"thumbImage": "/images/ideas/activities/animate-a-character-thumb.jpg",
"modalImage": "/images/ideas/activities/animate-a-character-modal.jpg",
"tutorialUrl": "animate-a-character",
"cardsUrl": "cards.animateCardsLink",
"cardsUrl": "cards.animation-cardsLink",
"guideUrl": "guides.AnimateGuideLink"
},
{
......@@ -23,7 +23,7 @@
"thumbImage": "/images/ideas/activities/make-music-thumb.jpg",
"modalImage": "/images/ideas/activities/make-music-modal.jpg",
"tutorialUrl": "music",
"cardsUrl": "cards.musicCardsLink",
"cardsUrl": "cards.music-cardsLink",
"guideUrl": "guides.MusicGuideLink"
},
{
......@@ -32,7 +32,7 @@
"thumbImage": "/images/ideas/activities/create-a-story-thumb.jpg",
"modalImage": "/images/ideas/activities/create-a-story-modal.jpg",
"tutorialUrl": "tell-a-story",
"cardsUrl": "cards.storyCardsLink",
"cardsUrl": "cards.story-cardsLink",
"guideUrl": "guides.StoryGuideLink"
},
{
......@@ -41,7 +41,7 @@
"thumbImage": "/images/ideas/activities/chase-game-thumb.jpg",
"modalImage": "/images/ideas/activities/chase-game-modal.jpg",
"tutorialUrl": "chase-game",
"cardsUrl": "cards.chaseCardsLink",
"cardsUrl": "cards.chase-cardsLink",
"guideUrl": "guides.ChaseGuideLink"
},
{
......@@ -50,7 +50,7 @@
"thumbImage": "/images/ideas/activities/video-sensing-thumb.jpg",
"modalImage": "/images/ideas/activities/video-sensing-modal.jpg",
"tutorialUrl": "video-sensing",
"cardsUrl": "cards.videoCardsLink",
"cardsUrl": "cards.video-cardsLink",
"guideUrl": "guides.VideoGuideLink"
}
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment