Add German locale support to system configuration

This commit is contained in:
2026-04-07 18:12:25 +02:00
parent 9ff3f739d0
commit bc607c2956

View File

@@ -40,6 +40,7 @@
# System-wide locale # System-wide locale
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [ "de_DE.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" ];
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
# Networking basics # Networking basics