soiz1 commited on
Commit
b90962a
Β·
verified Β·
1 Parent(s): f7e8946

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