new file: lang/SimpleExpressions.json

modified:   simpleExpression_blocks.js
This commit is contained in:
roboticafacil 2017-12-09 14:16:03 +01:00
parent e1f29d04f4
commit 3405cf52c9
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"langs":
{
"en-GB":
{
"keys":
{
"LANG_CATEGORY_SOUND": "User Sound",
"LANG_SUBCATEGORY_BUZZER": "Buzzer",
"LANG_PIEZO_BUZZER": "Buzzer",
"LANG_PIEZO_BUZZER_PIN": "PIN",
"LANG_PIEZO_BUZZER_PREDEF_SOUNDS_TOOLTIP": "Plays some basic sounds based on SimpleExpressions library"
}
}
}
}

View File

@ -1,3 +1,6 @@
Facilino.LANG_COLOUR_SCREEN = '#ACCE42';
Facilino.LANG_COLOUR_SCREEN_LEDSTRIP = '#8EAC32';
Blockly.Blocks['show_mouth'] = {
category: Facilino.locales.getKey('LANG_CATEGORY_SCREEN'),
subcategory: Facilino.locales.getKey('LANG_SUBCATERGORY_WS2812'),