You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blockly currently only supports a single translation string table generated from messages.js and the msg/json files. This works well for core Blockly strings and the blocks we ship, but we don't have a path for external developers to include their own strings without modifying Blockly (and risking merge conflicts).
We need to design a means for developers to provide and load their own string tables, so that the strings can be referenced from custom blocks and mutators.
The text was updated successfully, but these errors were encountered:
Blockly currently only supports a single translation string table generated from
messages.js
and themsg/json
files. This works well for core Blockly strings and the blocks we ship, but we don't have a path for external developers to include their own strings without modifying Blockly (and risking merge conflicts).We need to design a means for developers to provide and load their own string tables, so that the strings can be referenced from custom blocks and mutators.
The text was updated successfully, but these errors were encountered: