mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
profiles/i18n: force all locales to be supported
Maybe it's a good idea but it's more likely to be a bad one considering there's going to be a lot of use cases for needing more specific locales. If I have money to spare, I'll bet some to see if this will change in the next 90 days.
This commit is contained in:
parent
7e5eab2d47
commit
b756caa974
@ -21,19 +21,9 @@ in
|
|||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
|
||||||
# I don't speak all of the listed languages. It's just nice to have some
|
# I don't speak all of the languages. It's just nice to have some
|
||||||
# additional language packs for it. ;p
|
# additional language packs for it. ;p
|
||||||
i18n.supportedLocales = lib.mkBefore [
|
i18n.supportedLocales = lib.mkForce [ "all" ];
|
||||||
"en_US.UTF-8/UTF-8"
|
|
||||||
"ja_JP.UTF-8/UTF-8"
|
|
||||||
"ko_KR.UTF-8/UTF-8"
|
|
||||||
"zh_CN.UTF-8/UTF-8"
|
|
||||||
"zh_HK.UTF-8/UTF-8"
|
|
||||||
"zh_SG.UTF-8/UTF-8"
|
|
||||||
"tl_PH.UTF-8/UTF-8"
|
|
||||||
"fr_FR.UTF-8/UTF-8"
|
|
||||||
"it_IT.UTF-8/UTF-8"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
goldendict
|
goldendict
|
||||||
|
Loading…
Reference in New Issue
Block a user