1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-04-19 07:37:32 +02:00
blockly-app/assets/blockly/blocks/test/msg/messages.js
2019-03-29 17:53:55 +00:00

23 lines
575 B
JavaScript

/**
* @license Licensed under the Apache License, Version 2.0 (the "License"):
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* @fileoverview English strings for test blocks. All names have the postfix
* BLOCKS_{category} from the blocks_config.json data.
*/
'use strict';
goog.require('Blockly.Msg.en');
/**
* Due to the frequency of long strings, the 80-column wrap rule need not apply
* to message files.
*/
/// Toolbox category name
Blockly.Msg.BLOCKS_TEST_CATEGORY = 'Test';
/// Ardublockly name
Blockly.Msg.BLOCKS_TEST_ = 'Ardublockly';