aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang.sh b/lang.sh
index c6189c07..91eb3f68 100755
--- a/lang.sh
+++ b/lang.sh
@@ -6,6 +6,10 @@ if [ -f /etc/sysconfig/i18n ]; then
if [ -n "$LANG" ]; then
export LANG
fi
+
+ if [ -n "$LC_ALL" ]; then
+ export LC_ALL
+ fi
if [ -n "$LINGUAS" ]; then
export LINGUAS