36
[Solved] Change date format without changing language on Linux?
(lemmings.world)
A place to discuss the news and latest developments on the open-source browser Firefox.
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
https://superuser.com/a/1804828
Tl;dr:
about:config
intl.regional_prefs.use_os_locales
totrue
And here's an explanation of the value as well as an explanation of why it is set to false by default:
https://firefox-source-docs.mozilla.org/intl/locale.html#regional-preferences
Tl;dr:
Example: It might lead to a UI case like “Today is 24 października” in an English Firefox with Polish date formats.
I'm quite fine with that, but mostly I want dates on the web be in the format I'm used to. I'll read the article, thanks!
That did it, thank you!