Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sugar.in b/bin/sugar.in
index fea79a9..55a085e 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -45,7 +45,10 @@ if ! test -f "$GTK2_RC_FILES"; then
exit 1
fi
-# Source debug definitions
+# Source language settings and debug definitions
+if [ -f ~/.i18n ]; then
+ . ~/.i18n
+fi
if [ -f ~/.sugar/debug ]; then
. ~/.sugar/debug
fi