soiz1 commited on
Commit
513d3e8
·
verified ·
1 Parent(s): 89dc4fc

Update src/lib/libraries/extensions/index.jsx

Browse files
src/lib/libraries/extensions/index.jsx CHANGED
@@ -189,7 +189,7 @@ let menuItems = [
189
  insetIconURL: 'https://github.com/champierre/tmpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/tmpose2scratch/tmpose2scratch-small.png',
190
  description: (
191
  <FormattedMessage
192
- defaultMessage='Recognize your own poses.'
193
  description='Recognize your own poses.'
194
  id='gui.extension.tmpose2scratchblocks.description'
195
  />
@@ -380,7 +380,7 @@ let menuItems = [
380
  collaborator: 'adacraft',
381
  internetConnectionRequired: true,
382
  tags: [],
383
- description: 'Some blocks that use the p5.js library.',
384
  featured: true
385
  },
386
  {
 
189
  insetIconURL: 'https://github.com/champierre/tmpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/tmpose2scratch/tmpose2scratch-small.png',
190
  description: (
191
  <FormattedMessage
192
+ defaultMessage='カメラ画像から自分のポーズを認識します。'
193
  description='Recognize your own poses.'
194
  id='gui.extension.tmpose2scratchblocks.description'
195
  />
 
380
  collaborator: 'adacraft',
381
  internetConnectionRequired: true,
382
  tags: [],
383
+ description: 'p5.js ライブラリを使用するいくつかのブロック。',
384
  featured: true
385
  },
386
  {