Mercurial > libervia-backend
diff frontends/quick_frontend/quick_chat.py @ 70:8f2ed279784b
i18n
- gettext support added in frontends
- first draft of frontends french translation
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 05 Mar 2010 20:33:10 +1100 |
parents | 0e50dd3a234a |
children | f271fff3a713 |
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_chat.py Wed Mar 03 17:12:23 2010 +1100 +++ b/frontends/quick_frontend/quick_chat.py Fri Mar 05 20:33:10 2010 +1100 @@ -32,7 +32,7 @@ def historyPrint(self, size=20, keep_last=False, profile='@NONE@'): """Print the initial history""" - debug ("now we print history") + debug (_("now we print history")) history=self.host.bridge.getHistory(self.host.profiles[profile]['whoami'].short, self.to_jid, 20) stamps=history.keys() stamps.sort()