aboutsummaryrefslogtreecommitdiff
path: root/locale.sh
diff options
context:
space:
mode:
Diffstat (limited to 'locale.sh')
-rw-r--r--locale.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/locale.sh b/locale.sh
index e9d0da1..4d09f78 100644
--- a/locale.sh
+++ b/locale.sh
@@ -67,6 +67,12 @@ else
fi
if [ -n "$LC_TELEPHONE" ]; then
+ export LC_TELEPHONE
+else
+ unset LC_TELEPHONE
+fi
+
+if [ -n "$LC_MEASUREMENT" ]; then
export LC_MEASUREMENT
else
unset LC_MEASUREMENT