-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
Scratch 2.0 did not localize numbers. I'm not sure if this was a technical limitation of the flash implementation, or a design decision.
As far as I know Blockly does not support localization of numbers. We could localize numbers in Scratch 3.0, but it would be a fairly large undertaking to find all the places that display numbers (extensions, blocks, gui, paint etc) and make sure to wrap the displayed values in localization calls. It may also have a performance impact.