From f106ad1a8efc3e39c1e818873e53c53aac963faa Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 2 Feb 2015 11:53:03 +0100 Subject: first i18n (WIP) --- client/modules/Unclear.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/modules/Unclear.py') 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) -- cgit v1.3.1