From: Mike Frysinger Date: Thu, 21 Oct 2021 06:27:18 +0000 (-0400) Subject: locale: use en@quot for message output X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=149029e4f062c3a95ff5746849cfc4798da554d8;p=home.git locale: use en@quot for message output --- 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";; *)