vanadium: use fr_FR.UTF-8 locale for time for now

This commit is contained in:
Primrose 2025-08-24 23:19:30 +08:00
parent ce739b307b
commit ff62595c46
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -28,8 +28,13 @@
let
genLocale = locale: lib.flip lib.genAttrs (_: locale);
in
genLocale "zh_TW.UTF-8" [
# - xscreensaver freaks out on the time display
# - evolution add event becomes hard to use
# https://gitlab.gnome.org/GNOME/evolution/-/issues/3120
genLocale "fr_FR.UTF-8" [
"LC_TIME"
]
// genLocale "zh_TW.UTF-8" [
"LC_MONETARY"
"LC_ADDRESS"
];