LennardF1989 / BF2042-Portal-Extensions

Browser extensions to add additional functionality to the BF2042 Portal Rules Editor.
https://bf2042-portal-extensions.lennardf1989.com/
GNU General Public License v3.0
20 stars 11 forks source link

Use the `Msg` object inside of `Bockly.Msg` to get the Block name #26

Closed p0lygun closed 1 year ago

p0lygun commented 1 year ago

With the latest update to portal, the Blockly.Msg is now a nested dict as follows

Object { 
    Msg: {…}, 
    setLocale: Pa(t) 
}

So we need to use Blockly.Msg.Msg