mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Recompile of JSON to JS messages.
Delete unused Klingon message. Remove '.' from message that confusingly appears after a filename.
This commit is contained in:
@@ -448,7 +448,7 @@ function buildLangfiles(done) {
|
||||
// Create output directory.
|
||||
const outputDir = path.join(BUILD_DIR, 'msg', 'js');
|
||||
fs.mkdirSync(outputDir, {recursive: true});
|
||||
|
||||
|
||||
// Run create_messages.py.
|
||||
let json_files = fs.readdirSync(path.join('msg', 'json'));
|
||||
json_files = json_files.filter(file => file.endsWith('json') &&
|
||||
|
||||
Reference in New Issue
Block a user