Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2010-01-19 11:20:31 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2010-01-20 10:21:04 (GMT)
commitbe156e18869ef888ade1a6d2268e49ff97742ddf (patch)
treee93c5c78cb90d2356927767c30c4686d74817237 /bin
parent0c4f0f7b196b7972035fb2ac91b76da6fabc1400 (diff)
set default language (#614)
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/sugar.in b/bin/sugar.in
index 55a085e..12768a5 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -45,6 +45,10 @@ if ! test -f "$GTK2_RC_FILES"; then
exit 1
fi
+# Set default language
+export LANG="en_US.utf8"
+export LANGUAGE="en_US.utf8"
+
# Source language settings and debug definitions
if [ -f ~/.i18n ]; then
. ~/.i18n