summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index bab5c360e..da261a070 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -469,7 +469,7 @@ def print_help():
if __name__ == "__main__":
config = ConfigParser()
- translation = gettext.translation("pyLoadCli", join(pypath, "locale"), languages=[config['general']['language']])
+ translation = gettext.translation("pyLoadCli", join(pypath, "locale"), languages=["en", config['general']['language']])
translation.install(unicode=True)
server_url = ""