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 there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
Description
When changing to locale "de_CH" or "fr_CH", the number formating change correctly (the separation mark becomes " ' " for "de_CH", see the mpg column in the example) but the language in the buttons of the interactive table created by opt_interactive() remains in English, while it should be in German for "de_CH" or in French for "fr_CH".
Reproducible example
When using gt(locale = "de_CH") with opt_interactive(), the labels remains in English instead of being in German.
Prework
Description
When changing to locale "de_CH" or "fr_CH", the number formating change correctly (the separation mark becomes " ' " for "de_CH", see the
mpg
column in the example) but the language in the buttons of the interactive table created byopt_interactive()
remains in English, while it should be in German for "de_CH" or in French for "fr_CH".Reproducible example
When using
gt(locale = "de_CH")
withopt_interactive()
, the labels remains in English instead of being in German.Expected result
When using "de_CH", the buttons of the interactive table should be "1–10 von 32 Zeilen" on the left, "Zurück" and "Weiter" on the left.
The text was updated successfully, but these errors were encountered: