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/ayase.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/ayase.scm') diff --git a/systems/ayase.scm b/systems/ayase.scm index aef4771..3393008 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -161,7 +161,7 @@ (swap-devices swap-devices) (users users) (timezone "Europe/Warsaw") - (locale "pl_PL.utf8") + ;; (locale "en_US.utf8") (services services) (sudoers-file %sudoers-specification*)))) -- cgit v1.2.3