Mention FR translations. Make sure "... is typing" gets translated.
@@ -1,6 +1,11 @@
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));