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
For the clock related methods, AddYear, etc., we have the Add string hard-coded in the block definition rather than using a translation from the messages file. This makes it impossible for translators to change this text.
Affects
Designer
Blocks editor
Projects Explorer
Companion
Compiled apps
Buildserver
Debugging
Other... (please describe)
Expected behavior
The "Add" string on the clock blocks should be translatable and present in blocklyeditor/src/msg/ai_blockly/messages.json.
Steps to reproduce
Add a Clock component
Add some of the Add* blocks in the blocks workspace
Change the language to anything other than English and note that the Add string will never change.
The text was updated successfully, but these errors were encountered:
Describe the bug
For the clock related methods, AddYear, etc., we have the Add string hard-coded in the block definition rather than using a translation from the messages file. This makes it impossible for translators to change this text.
Affects
Expected behavior
The "Add" string on the clock blocks should be translatable and present in blocklyeditor/src/msg/ai_blockly/messages.json.
Steps to reproduce
The text was updated successfully, but these errors were encountered: