From 573118d5c57b2edfc82347d96438c0a7c6fdbac0 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 9 Feb 2022 01:52:21 +0100 Subject: [PATCH] progress --- etc/profile/plasma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile/plasma b/etc/profile/plasma index 87593f4..2cf0ccf 100644 --- a/etc/profile/plasma +++ b/etc/profile/plasma @@ -26,6 +26,6 @@ packages() { config() { enable_service dbus sddm if ! [ "${KEY_LANG}" == "en" ]; then - echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf + echo "export LANG=${L2}.UTF-8" > /etc/sv/sddm/conf fi }