Commit a092d6e4 authored by JC Brand's avatar JC Brand

Updates #47

Mention FR translations.
Make sure "... is typing" gets translated.
parent 58e6451a
Changelog
=========
0.6.2 (Unreleased)
------------------
- French translations. [tdesvenain]
0.6.2 (2013-08-29)
------------------
......
......@@ -414,7 +414,7 @@
}
}
if (message.get('composing')) {
this.insertStatusNotification(message.get('fullname')+' '+'is typing');
this.insertStatusNotification(__('%1$s is typing', message.get('fullname')));
return;
} else {
this.appendMessage($chat_content, _.clone(message.attributes));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment