Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-05-27 02:20:10 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-05-27 02:20:10 (GMT)
commita04df23b19352800d125bffd252c9c836b594078 (patch)
treecee134b376932cd54e73e6ff1b35b1eb74b4d87d /sugar-network
parent2a37ffeb58fa954472e5901a4ee0b42fdbfa27f4 (diff)
Add --accept-language client parameter to override system locale
Diffstat (limited to 'sugar-network')
-rwxr-xr-xsugar-network2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-network b/sugar-network
index 6a6d45f..b19a9eb 100755
--- a/sugar-network
+++ b/sugar-network
@@ -226,7 +226,7 @@ Option.seek('main', [
])
Option.seek('client', [
client.api_url, client.layers, client.ipc_port, client.local_root,
- client.no_dbus, client.anonymous,
+ client.no_dbus, client.anonymous, client.accept_language,
])
locale.setlocale(locale.LC_ALL, '')