Replies: 2 comments 1 reply
-
I checked the Rust documentation for chrono. Localisation support for date and time is not stable and disabled by default. Unfortunately, it seems like eww doesn't enable this feature, so it is not possible to have the days and months in a different language using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's the PR for this exact issue #901 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, a fast question, i have this label
(label :text "${formattime(EWW_TIME, "%A, %d, %B")}")
That shows me Monday, 2, October
But im in mexico, spanish language, if i add
(label :text "${formattime(EWW_TIME, "%A, %d, %B" "America/Mexico_City")}")
The result is the same in english, how i can made it shows in spanish?
I use arch linux, with es_MX locales only.
Beta Was this translation helpful? Give feedback.
All reactions