Skip to content

Commit a6346c4

Browse files
Get the welcome video via the deployment not CMS (#1157)
This makes more sense than using the CMS as it's not really content in the same way as everything else.
1 parent 88a684a commit a6346c4

27 files changed

+160
-98
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: npm ci
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
- run: npm install --no-save @microbit-foundation/[email protected].37 @microbit-foundation/[email protected] @microbit-foundation/[email protected] @microbit-foundation/circleci-npm-package-versioner@1
40+
- run: npm install --no-save @microbit-foundation/[email protected].38 @microbit-foundation/[email protected] @microbit-foundation/[email protected] @microbit-foundation/circleci-npm-package-versioner@1
4141
if: github.repository_owner == 'microbit-foundation'
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lang/ui.ca.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "Benvingut a l'Editor Python de la micro:bit",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "Amplia",
11631167
"description": "Text label for zoom in button"

lang/ui.de.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "Willkommen zum micro:bit Python-Editor",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "Vergrößern",
11631167
"description": "Text label for zoom in button"

lang/ui.en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,10 @@
11591159
"defaultMessage": "Welcome to the micro:bit Python Editor",
11601160
"description": "Title for the welcome dialog"
11611161
},
1162+
"welcome-video-alt": {
1163+
"defaultMessage": "video introducing the Python Editor",
1164+
"description": "iframe title for the welcome video"
1165+
},
11621166
"zoom-in-action": {
11631167
"defaultMessage": "Zoom in",
11641168
"description": "Text label for zoom in button"

lang/ui.es-es.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "Bienvenido al Editor de Python de micro:bit",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "Aumentar zoom",
11631167
"description": "Text label for zoom in button"

lang/ui.fr.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "Bienvenue dans l'éditeur Python micro:bit",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "Zoom avant",
11631167
"description": "Text label for zoom in button"

lang/ui.ja.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "micro:bit Pythonエディターへようこそ",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "拡大",
11631167
"description": "Text label for zoom in button"

lang/ui.ko.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "micro:bit Python 편집기에 오신 것을 환영합니다",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "글꼴 크게",
11631167
"description": "Text label for zoom in button"

lang/ui.nl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "Welkom bij de micro:bit Python Editor",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "Inzoomen",
11631167
"description": "Text label for zoom in button"

lang/ui.zh-cn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@
11581158
"defaultMessage": "欢迎使用 micro:bit Python 编辑器",
11591159
"description": "Title for the welcome dialog"
11601160
},
1161+
"welcome-video-alt": {
1162+
"defaultMessage": "video introducing the Python Editor",
1163+
"description": "iframe title for the welcome video"
1164+
},
11611165
"zoom-in-action": {
11621166
"defaultMessage": "放大",
11631167
"description": "Text label for zoom in button"

0 commit comments

Comments
 (0)