Skip to content
Snippets Groups Projects
Unverified Commit 496f8c49 authored by apple502j's avatar apple502j Committed by GitHub
Browse files

Translate Spin & Arrow How-To

parent e1fbfe0f
Branches
Tags
No related merge requests found
......@@ -540,7 +540,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'
......@@ -593,7 +599,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.
Please register or to comment