mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Add l10n strings for extension chips
This commit is contained in:
parent
363c0fdfb5
commit
1842be2f1a
2 changed files with 12 additions and 5 deletions
|
@ -5,25 +5,25 @@ const EXTENSION_INFO = {
|
|||
hasStatus: true
|
||||
},
|
||||
music: {
|
||||
name: 'Music',
|
||||
l10nId: 'preview.musicExtensionChip',
|
||||
icon: 'extension-music.svg'
|
||||
},
|
||||
pen: {
|
||||
name: 'Pen',
|
||||
l10nId: 'preview.penExtensionChip',
|
||||
icon: 'extension-pen.svg'
|
||||
},
|
||||
speak: {
|
||||
name: 'Amazon Polly'
|
||||
},
|
||||
speech: {
|
||||
name: 'Google Speech'
|
||||
l10nId: 'preview.speechExtensionChip'
|
||||
},
|
||||
translate: {
|
||||
name: 'Google Translate',
|
||||
l10nId: 'preview.translateExtensionChip',
|
||||
icon: 'extension-translate.svg'
|
||||
},
|
||||
videoSensing: {
|
||||
name: 'Video Motion',
|
||||
l10nId: 'preview.videoMotionChip',
|
||||
icon: 'extension-videomotion.svg'
|
||||
},
|
||||
wedo2: {
|
||||
|
|
7
src/views/preview/l10n.json
Normal file
7
src/views/preview/l10n.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"preview.musicExtensionChip": "Music",
|
||||
"preview.penExtensionChip": "Pen",
|
||||
"preview.speechExtensionChip": "Google Speech",
|
||||
"preview.translateExtensionChip": "Google Translate",
|
||||
"preview.videoMotionChip": "Video Motion"
|
||||
}
|
Loading…
Reference in a new issue