summaryrefslogtreecommitdiff
path: root/jasper.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-02-02 12:00:53 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-02-02 12:00:53 +0100
commit54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd (patch)
tree79746023f46742e3e45352d251f208f278261c77 /jasper.py
parentf106ad1a8efc3e39c1e818873e53c53aac963faa (diff)
downloadjasper-client-54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd.tar.gz
jasper-client-54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd.zip
add German strings
Diffstat (limited to 'jasper.py')
-rwxr-xr-xjasper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jasper.py b/jasper.py
index 02db89e..41797d4 100755
--- a/jasper.py
+++ b/jasper.py
@@ -12,7 +12,7 @@ import argparse
import locale
import gettext
locale.setlocale(locale.LC_ALL, '')
-langs = gettext.translation('messages', localedir='./languages', languages=[])
+langs = gettext.translation('messages', localedir='./languages', languages=['de_DE'])
langs.install()
from client import tts, stt, jasperpath, diagnose