language
This commit is contained in:
parent
ebc5aae36f
commit
8f1192f901
3 changed files with 17 additions and 14 deletions
|
@ -56,17 +56,17 @@
|
|||
networking.firewall.enable = true;
|
||||
|
||||
time.timeZone = "America/Montevideo";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.defaultLocale = "es_UY.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "en_US.UTF-8";
|
||||
LC_IDENTIFICATION = "en_US.UTF-8";
|
||||
LC_MEASUREMENT = "en_US.UTF-8";
|
||||
LC_MONETARY = "en_US.UTF-8";
|
||||
LC_NAME = "en_US.UTF-8";
|
||||
LC_NUMERIC = "en_US.UTF-8";
|
||||
LC_PAPER = "en_US.UTF-8";
|
||||
LC_TELEPHONE = "en_US.UTF-8";
|
||||
LC_TIME = "en_US.UTF-8";
|
||||
LC_ADDRESS = "es_UY.UTF-8";
|
||||
LC_IDENTIFICATION = "es_UY.UTF-8";
|
||||
LC_MEASUREMENT = "es_UY.UTF-8";
|
||||
LC_MONETARY = "es_UY.UTF-8";
|
||||
LC_NAME = "es_UY.UTF-8";
|
||||
LC_NUMERIC = "es_UY.UTF-8";
|
||||
LC_PAPER = "es_UY.UTF-8";
|
||||
LC_TELEPHONE = "es_UY.UTF-8";
|
||||
LC_TIME = "es_UY.UTF-8";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue