Use a more sane default locale

This commit is contained in:
Donovan Glover 2023-05-26 10:41:07 -04:00
parent aac49c0f66
commit 3c2dbb4915
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,9 +6,9 @@
];
# locale
i18n.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "ja_JP.UTF-8";
i18n.supportedLocales =
[ "en_US.UTF-8/UTF-8" "ja_JP.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
[ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
# nix
nix = {