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
Hi, it would be very useful if there are options to customize the symbols. for example
30000.96 => 30 000.96
currently, I can set locale to "fr-FR" to half solve that problem (30 000,96) as it uses a comma instead of a dot. It would be great if can replace it with any string we want.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, it would be very useful if there are options to customize the symbols. for example
30000.96 => 30 000.96
currently, I can set locale to "fr-FR" to half solve that problem (30 000,96) as it uses a comma instead of a dot. It would be great if can replace it with any string we want.
Please check this as an example
EDIT: use locale
"fr-ch"
will format exactly as I wantedBeta Was this translation helpful? Give feedback.
All reactions