From c575d06aaa763f7d67c2881ff8cc5492cb73b2f5 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 17 Sep 2024 11:15:53 +0200 Subject: feat(locale): change to en_US.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Polish KDE translations are embarassing to look at sometimes, and participation with international community requires English too. Signed-off-by: Marek Paśnikowski --- systems/akashi.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'systems/akashi.scm') diff --git a/systems/akashi.scm b/systems/akashi.scm index 57debb5..660656a 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -42,7 +42,8 @@ (keyboard-layout* (keyboard-layout "pl")) (services* (list guix-home)) (timezone* "Europe/Warsaw") - (locale* "pl_PL.utf8")) + ;; (locale* "en_US.utf8") + ) (%suweren-operating-system kernel* (bootloader-configuration* keyboard-layout*) keyboard-layout* @@ -53,7 +54,7 @@ (swap-devices* host-name*) users* timezone* - locale* + ;; locale* services*))) operating-system* -- cgit v1.2.3