diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 12:00:53 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 12:00:53 +0100 |
| commit | 54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd (patch) | |
| tree | 79746023f46742e3e45352d251f208f278261c77 /jasper.py | |
| parent | f106ad1a8efc3e39c1e818873e53c53aac963faa (diff) | |
| download | jasper-client-54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd.tar.gz jasper-client-54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd.zip | |
add German strings
Diffstat (limited to 'jasper.py')
| -rwxr-xr-x | jasper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
