mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: use fr_FR.UTF-8 locale for time for now
This commit is contained in:
parent
ce739b307b
commit
ff62595c46
1 changed files with 6 additions and 1 deletions
|
|
@ -28,8 +28,13 @@
|
||||||
let
|
let
|
||||||
genLocale = locale: lib.flip lib.genAttrs (_: locale);
|
genLocale = locale: lib.flip lib.genAttrs (_: locale);
|
||||||
in
|
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"
|
"LC_TIME"
|
||||||
|
]
|
||||||
|
// genLocale "zh_TW.UTF-8" [
|
||||||
"LC_MONETARY"
|
"LC_MONETARY"
|
||||||
"LC_ADDRESS"
|
"LC_ADDRESS"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue