diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 11:53:03 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 11:53:03 +0100 |
| commit | f106ad1a8efc3e39c1e818873e53c53aac963faa (patch) | |
| tree | 25a9f0ae4080705c71bd30ce8753782086d40e08 /client/modules/Unclear.py | |
| parent | 7786b9e586f504f20ec28be9213aff18abcc81a2 (diff) | |
| download | jasper-client-f106ad1a8efc3e39c1e818873e53c53aac963faa.tar.gz jasper-client-f106ad1a8efc3e39c1e818873e53c53aac963faa.zip | |
first i18n (WIP)
Diffstat (limited to 'client/modules/Unclear.py')
| -rw-r--r-- | client/modules/Unclear.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/modules/Unclear.py b/client/modules/Unclear.py index 071eea3..5701c52 100644 --- a/client/modules/Unclear.py +++ b/client/modules/Unclear.py @@ -18,9 +18,9 @@ def handle(text, mic, profile): number) """ - messages = ["I'm sorry, could you repeat that?", - "My apologies, could you try saying that again?", - "Say that again?", "I beg your pardon?"] + messages = [_("I'm sorry, could you repeat that?"), + _("My apologies, could you try saying that again?"), + _("Say that again?"), _("I beg your pardon?")] message = random.choice(messages) |
