Skip to content

Commit

Permalink
fix(locale): remove polish locales
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Feb 6, 2025
1 parent e6b70a5 commit b0d33e8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/system/locales.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ _: {
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";

i18n.extraLocaleSettings = {
LC_ADDRESS = "pl_PL.UTF-8";
LC_IDENTIFICATION = "pl_PL.UTF-8";
LC_MEASUREMENT = "pl_PL.UTF-8";
LC_MONETARY = "pl_PL.UTF-8";
LC_NAME = "pl_PL.UTF-8";
LC_NUMERIC = "pl_PL.UTF-8";
LC_PAPER = "pl_PL.UTF-8";
LC_TELEPHONE = "pl_PL.UTF-8";
LC_TIME = "pl_PL.UTF-8";
};

# Configure keymap in X11
services.xserver = {
xkb.layout = "pl";
Expand Down

0 comments on commit b0d33e8

Please sign in to comment.