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