Skip to content

Commit 97faa9b

Browse files
Update title, no longer translated (#1025)
1 parent 1ca48e4 commit 97faa9b

File tree

15 files changed

+7
-74
lines changed

15 files changed

+7
-74
lines changed

lang/ui.en.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,10 +1051,6 @@
10511051
"defaultMessage": "Connection timed out",
10521052
"description": "Title for error messages relating to WebUSB timeout"
10531053
},
1054-
"title": {
1055-
"defaultMessage": "Python Editor for micro:bit",
1056-
"description": "Application title"
1057-
},
10581054
"toolkit-error-loading": {
10591055
"defaultMessage": "An error occurred loading the toolkit.",
10601056
"description": "Error shown if we failed to load toolkit content"

lang/ui.es-es.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,6 @@
10501050
"defaultMessage": "La conexión ha expirado",
10511051
"description": "Title for error messages relating to WebUSB timeout"
10521052
},
1053-
"title": {
1054-
"defaultMessage": "Python Editor para micro:bit",
1055-
"description": "Application title"
1056-
},
10571053
"toolkit-error-loading": {
10581054
"defaultMessage": "Se ha producido un error al cargar las herramientas.",
10591055
"description": "Error shown if we failed to load toolkit content"

lang/ui.fr.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,6 @@
10501050
"defaultMessage": "La connexion a expiré",
10511051
"description": "Title for error messages relating to WebUSB timeout"
10521052
},
1053-
"title": {
1054-
"defaultMessage": "Éditeur Python pour micro:bit",
1055-
"description": "Application title"
1056-
},
10571053
"toolkit-error-loading": {
10581054
"defaultMessage": "Une erreur s’est produite lors du chargement de la boîte à outils.",
10591055
"description": "Error shown if we failed to load toolkit content"

lang/ui.ja.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,6 @@
10501050
"defaultMessage": "接続がタイムアウトしました",
10511051
"description": "Title for error messages relating to WebUSB timeout"
10521052
},
1053-
"title": {
1054-
"defaultMessage": "micro:bit用Pythonエディター",
1055-
"description": "Application title"
1056-
},
10571053
"toolkit-error-loading": {
10581054
"defaultMessage": "ツールキットの読み込み中にエラーが発生しました。",
10591055
"description": "Error shown if we failed to load toolkit content"

lang/ui.ko.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,6 @@
10501050
"defaultMessage": "연결 시간 초과",
10511051
"description": "Title for error messages relating to WebUSB timeout"
10521052
},
1053-
"title": {
1054-
"defaultMessage": "micro:bit용 Python 편집기",
1055-
"description": "Application title"
1056-
},
10571053
"toolkit-error-loading": {
10581054
"defaultMessage": "도구 키트를 불러오는 중 오류가 발생했습니다.",
10591055
"description": "Error shown if we failed to load toolkit content"

lang/ui.zh-cn.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,6 @@
10501050
"defaultMessage": "连接超时",
10511051
"description": "Title for error messages relating to WebUSB timeout"
10521052
},
1053-
"title": {
1054-
"defaultMessage": "micro:bit 的 Python 编辑器",
1055-
"description": "Application title"
1056-
},
10571053
"toolkit-error-loading": {
10581054
"defaultMessage": "加载工具包时出错。",
10591055
"description": "Error shown if we failed to load toolkit content"

lang/ui.zh-tw.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,6 @@
10501050
"defaultMessage": "連線逾時",
10511051
"description": "Title for error messages relating to WebUSB timeout"
10521052
},
1053-
"title": {
1054-
"defaultMessage": "micro:bit 的 Python 編輯器",
1055-
"description": "Application title"
1056-
},
10571053
"toolkit-error-loading": {
10581054
"defaultMessage": "載入工具包時,發生錯誤。",
10591055
"description": "Error shown if we failed to load toolkit content"

public/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#6c4bc1" />
8-
<title>Python Editor for micro:bit</title>
9-
<meta property="og:title" content="Python Editor for micro:bit" />
8+
<title>micro:bit Python Editor</title>
9+
<meta property="og:title" content="micro:bit Python Editor" />
1010
<meta
1111
property="og:description"
1212
content="Built by the Micro:bit Educational Foundation and the global Python Community."
1313
/>
14-
<meta property="og:image" content="https://python.microbit.org%PUBLIC_URL%/social.png"/>
15-
<meta name="twitter:card" content="summary_large_image">
14+
<meta
15+
property="og:image"
16+
content="https://python.microbit.org%PUBLIC_URL%/social.png"
17+
/>
18+
<meta name="twitter:card" content="summary_large_image" />
1619
<meta
1720
name="twitter:description"
1821
content="A Python Editor for the BBC micro:bit, built by the Micro:bit Educational Foundation and the global Python Community."

src/messages/ui.en.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,12 +2257,6 @@
22572257
"value": "Connection timed out"
22582258
}
22592259
],
2260-
"title": [
2261-
{
2262-
"type": 0,
2263-
"value": "Python Editor for micro:bit"
2264-
}
2265-
],
22662260
"toolkit-error-loading": [
22672261
{
22682262
"type": 0,

src/messages/ui.es-es.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,12 +2249,6 @@
22492249
"value": "La conexión ha expirado"
22502250
}
22512251
],
2252-
"title": [
2253-
{
2254-
"type": 0,
2255-
"value": "Python Editor para micro:bit"
2256-
}
2257-
],
22582252
"toolkit-error-loading": [
22592253
{
22602254
"type": 0,

0 commit comments

Comments
 (0)