soiz1 commited on
Commit
4f81766
Β·
verified Β·
1 Parent(s): 7c3e095

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',