aboutsummaryrefslogtreecommitdiff
path: root/modules/i18n
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
committeraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
commit893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch)
treeef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/i18n
parentadded .lock to ignorelist (diff)
huge restructure of modules
Diffstat (limited to 'modules/i18n')
-rw-r--r--modules/i18n/default.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/i18n/default.nix b/modules/i18n/default.nix
new file mode 100644
index 0000000..786332c
--- /dev/null
+++ b/modules/i18n/default.nix
@@ -0,0 +1,20 @@
+{ config, ... }:
+
+# Locale generation
+{
+ i18n = {
+ defaultLocale = "en_US.UTF-8";
+
+ extraLocaleSettings = {
+ LC_ADDRESS = "el_GR.UTF-8";
+ LC_IDENTIFICATION = "el_GR.UTF-8";
+ LC_MEASUREMENT = "el_GR.UTF-8";
+ LC_MONETARY = "el_GR.UTF-8";
+ LC_NAME = "el_GR.UTF-8";
+ LC_NUMERIC = "el_GR.UTF-8";
+ LC_PAPER = "el_GR.UTF-8";
+ LC_TELEPHONE = "el_GR.UTF-8";
+ LC_TIME = "el_GR.UTF-8";
+ };
+ };
+}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.