mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
parent
ce49cb7792
commit
7206899cbf
@ -57,6 +57,7 @@ with lib;
|
|||||||
(builtins.map (l: (replaceStrings [ "utf8" "utf-8" "UTF8" ] [ "UTF-8" "UTF-8" "UTF-8" ] l) + "/UTF-8") (
|
(builtins.map (l: (replaceStrings [ "utf8" "utf-8" "UTF8" ] [ "UTF-8" "UTF-8" "UTF-8" ] l) + "/UTF-8") (
|
||||||
[
|
[
|
||||||
"C.UTF-8"
|
"C.UTF-8"
|
||||||
|
"en_US.UTF-8"
|
||||||
config.i18n.defaultLocale
|
config.i18n.defaultLocale
|
||||||
] ++ (attrValues (filterAttrs (n: v: n != "LANGUAGE") config.i18n.extraLocaleSettings))
|
] ++ (attrValues (filterAttrs (n: v: n != "LANGUAGE") config.i18n.extraLocaleSettings))
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user