Merge pull request #1246 from chrisgarrity/feature/translate-labels

Localize category labels
This commit is contained in:
chrisgarrity 2018-06-20 08:33:44 -04:00 committed by GitHub
commit f0951d16fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View file

@ -623,7 +623,11 @@ class Scratch3MusicBlocks {
getInfo () {
return {
id: 'music',
name: 'Music',
name: formatMessage({
id: 'music.categoryName',
default: 'Music',
description: 'Label for the Music extension category'
}),
menuIconURI: menuIconURI,
blockIconURI: blockIconURI,
blocks: [

View file

@ -282,7 +282,11 @@ class Scratch3PenBlocks {
getInfo () {
return {
id: 'pen',
name: 'Pen',
name: formatMessage({
id: 'pen.categoryName',
default: 'Pen',
description: 'Label for the pen extension category'
}),
blockIconURI: blockIconURI,
blocks: [
{

View file

@ -86,7 +86,11 @@ class Scratch3TranslateBlocks {
getInfo () {
return {
id: 'translate',
name: 'Translate',
name: formatMessage({
id: 'translate.categoryName',
default: 'Translate',
description: 'Label for the translate extension category'
}),
menuIconURI: '', // TODO: Add the final icons.
blockIconURI: '',
blocks: [

View file

@ -372,7 +372,11 @@ class Scratch3VideoSensingBlocks {
// Return extension definition
return {
id: 'videoSensing',
name: 'Video Motion',
name: formatMessage({
id: 'videoSensing.categoryName',
default: 'Video Motion',
description: 'Label for the video motion extension category'
}),
blocks: [
{
// @todo this hat needs to be set itself to restart existing