Replaces string table references in a message, if the message is a string.
For example, "%{bky_my_msg}" and "%{BKY_MY_MSG}" will both be replaced with
the value in Blockly.Msg['MY_MSG'].
Parameters
message: any
Message, which may be a string that contains
string table references.
Replaces string table references in a message, if the message is a string. For example, "%{bky_my_msg}" and "%{BKY_MY_MSG}" will both be replaced with the value in Blockly.Msg['MY_MSG'].