Skip to content

Commit 6c4154f

Browse files
committed
Add sample model URLs for other translation than Japanese.
1 parent 07e5793 commit 6c4154f

File tree

1 file changed

+8
-8
lines changed
  • scratch-vm/src/extensions/scratch3_tm2scratch

1 file changed

+8
-8
lines changed

scratch-vm/src/extensions/scratch3_tm2scratch/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const Message = {
1818
image_classification_sample_model_url: {
1919
'ja': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
2020
'ja-Hira': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
21-
'en': ' ',
22-
'ko': ' ',
23-
'zh-tw': ' ',
24-
'de': ''
21+
'en': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
22+
'ko': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
23+
'zh-tw': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
24+
'de': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/'
2525
},
2626
sound_classification_model_url: {
2727
'ja': '音声分類モデルURL[URL]',
@@ -34,10 +34,10 @@ const Message = {
3434
sound_classification_sample_model_url: {
3535
'ja': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
3636
'ja-Hira': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
37-
'en': ' ',
38-
'ko': ' ',
39-
'zh-tw': ' ',
40-
'de': ''
37+
'en': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
38+
'ko': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
39+
'zh-tw': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
40+
'de': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/'
4141
},
4242
classify_image: {
4343
'ja': '画像を分類する',

0 commit comments

Comments
 (0)