From 149029e4f062c3a95ff5746849cfc4798da554d8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Oct 2021 02:27:18 -0400 Subject: [PATCH] locale: use en@quot for message output --- .profile.d/locale.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile.d/locale.sh b/.profile.d/locale.sh index a7daa1e..aae9917 100644 --- a/.profile.d/locale.sh +++ b/.profile.d/locale.sh @@ -1,4 +1,5 @@ export LANG +export LANGUAGE="en@quot" case ${TERM} in Eterm) LANG="en_US";; *) -- 2.39.2