summaryrefslogtreecommitdiff
path: root/client/modules/Unclear.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-02-02 11:53:03 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-02-02 11:53:03 +0100
commitf106ad1a8efc3e39c1e818873e53c53aac963faa (patch)
tree25a9f0ae4080705c71bd30ce8753782086d40e08 /client/modules/Unclear.py
parent7786b9e586f504f20ec28be9213aff18abcc81a2 (diff)
downloadjasper-client-f106ad1a8efc3e39c1e818873e53c53aac963faa.tar.gz
jasper-client-f106ad1a8efc3e39c1e818873e53c53aac963faa.zip
first i18n (WIP)
Diffstat (limited to 'client/modules/Unclear.py')
-rw-r--r--client/modules/Unclear.py6
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)