-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Locale-aware number formatting #1093
Copy link
Copy link
Open
Labels
feature requestNew feature or requestNew feature or requesttextRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requesttextRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.
Description
In Spanish the decimal separator is a comma instead of a period, in latex when using Babel in Spanish mode when in math mode the decimal separator is changed automatically. It would be nice to have the same treatment when using
text(lang: "es").Use Case
should output something like


instead of
Edit: mistyped
text(lang: "en")