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
If you think its a reasonable idea, another intern project would be to support different number formats in our common code - working towards locale support for that...
Different languages use spaces, commas, dots, like so:
Locale
Numeric Format
Percent Format
en-US
1,234,567.89
50.00%
fr-FR
1 234 567,89
50,00 %
de-DE
1.234.567,89
50,00 %
sv-SE
1 234 567,89
50,00 %
The text was updated successfully, but these errors were encountered:
In https://github.com/phetsims/special-ops/issues/275#issuecomment-2529442327 @kathy-phet said:
Different languages use spaces, commas, dots, like so:
The text was updated successfully, but these errors were encountered: