Configure locales

This commit is contained in:
Andreas Zweili 2023-03-07 20:51:58 +01:00
parent ebe7008dd8
commit 15b9f96bee
1 changed files with 11 additions and 1 deletions

View File

@ -50,7 +50,17 @@
};
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
i18n = {
defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {
LC_NUMERIC = "de_CH.UTF-8";
LC_TIME = "de_CH.UTF-8";
LC_MONETARY = "de_CH.UTF-8";
LC_PAPER = "de_CH.UTF-8";
LC_TELEPHONE = "de_CH.UTF-8";
LC_MEASUREMENT = "de_CH.UTF-8";
};
};
console = {
font = "Lat2-Terminus16";
keyMap = "us";