Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -177,6 +177,44 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
{
|
181 |
name: 'ML2Scratch',
|
182 |
extensionId: 'ml2scratch',
|
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
180 |
+
{
|
181 |
+
name: 'TM2Scratch',
|
182 |
+
extensionId: 'tm2scratch',
|
183 |
+
collaborator: 'Tsukurusha, YengawaLab and Google',
|
184 |
+
iconURL: https://github.com/champierre/ml2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ml2scratch/ml2scratch.png,
|
185 |
+
insetIconURL: https://github.com/champierre/ml2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ml2scratch/ml2scratch.png-small,
|
186 |
+
description: (
|
187 |
+
<FormattedMessage
|
188 |
+
defaultMessage='η»εγι³ε£°γε¦ηΏγγγγγ'
|
189 |
+
description='η»εγι³ε£°γε¦ηΏγγγγγ'
|
190 |
+
id='gui.extension.tm2scratchblocks.description'
|
191 |
+
/>
|
192 |
+
),
|
193 |
+
featured: true,
|
194 |
+
disabled: false,
|
195 |
+
internetConnectionRequired: true,
|
196 |
+
bluetoothRequired: false,
|
197 |
+
translationMap: {
|
198 |
+
'ja': {
|
199 |
+
'gui.extension.tm2scratchblocks.description': 'η»εγι³ε£°γε¦ηΏγγγγγ'
|
200 |
+
},
|
201 |
+
'ja-Hira': {
|
202 |
+
'gui.extension.tm2scratchblocks.description': 'γγγγγγγγγγγγγ
γγγγγγ'
|
203 |
+
},
|
204 |
+
'en': {
|
205 |
+
'gui.extension.tm2scratchblocks.description': 'Recognize your own images and sounds.'
|
206 |
+
},
|
207 |
+
'zh-cn': {
|
208 |
+
'gui.extension.tm2scratchblocks.description': 'Recognize your own images and sounds.'
|
209 |
+
},
|
210 |
+
'ko': {
|
211 |
+
'gui.extension.tm2scratchblocks.description': 'λμ μ΄λ―Έμ§μ μ리λ₯Ό μΈμν΄λ³ΌκΉμ'
|
212 |
+
},
|
213 |
+
'zh-tw': {
|
214 |
+
'gui.extension.tm2scratchblocks.description': 'Recognize your own images and sounds.'
|
215 |
+
}
|
216 |
+
}
|
217 |
+
},
|
218 |
{
|
219 |
name: 'ML2Scratch',
|
220 |
extensionId: 'ml2scratch',
|