mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-21 12:50:54 +00:00
new file: lang/SimpleExpressions.json
modified: simpleExpression_blocks.js
This commit is contained in:
parent
e1f29d04f4
commit
3405cf52c9
16
lang/SimpleExpressions.json
Normal file
16
lang/SimpleExpressions.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user