Skip to content
Snippets Groups Projects
Unverified Commit 3037745f authored by chrisgarrity's avatar chrisgarrity Committed by GitHub
Browse files

Merge pull request #2739 from apple502j/patch-1

Translate Spin & Arrow How-To
parents 85e2d69e 496f8c49
No related branches found
No related tags found
No related merge requests found
......@@ -530,7 +530,13 @@ export default {
},
'spin-video': {
name: 'Make It Spin',
name: (
<FormattedMessage
defaultMessage="Make It Spin"
description="Name for the 'Make It Spin' how-to"
id="gui.howtos.spin-video.name"
/>
),
img: spinThumb,
steps: [{
video: 'https://www.youtube.com/embed/C76V5cuI9XM'
......@@ -580,7 +586,13 @@ export default {
},
'move-around-with-arrow-keys': {
name: 'Use Arrow Keys',
name: (
<FormattedMessage
defaultMessage="Use Arrow Keys"
description="Name for the 'Use Arrow Keys' how-to"
id="gui.howtos.move-around-with-arrow-keys.name"
/>
),
img: moveArrowKeysThumb,
steps: [{
video: 'https://www.youtube.com/embed/uf6agkKnXJw'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment