-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For example, gt, or ggplot2.
I know gt started supporting a more centralized locale definition.
rstudio/gt#1347
In ggplot2, I don't think it's possible,
I mostly manually do
# EN
scale_x_continuous(name = "count", labels = scales::label_comma())
# FR
scale_x_continuous(name = "Fréquence", labels = scales::label_number(decimal.mark = ",", big.mark = " "))
But I wonder if this package could possibly help or direct people to resources.
Nice work so far, excited to see what's next
Edited to add the translation of the label.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request