Procházet zdrojové kódy

Updates #47

Mention FR translations.
Make sure "... is typing" gets translated.
JC Brand před 11 roky
rodič
revize
a092d6e440
2 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 5 0
      CHANGES.rst
  2. 1 1
      converse.js

+ 5 - 0
CHANGES.rst

@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.6.2 (Unreleased)
+------------------
+
+- French translations. [tdesvenain]
+
 0.6.2 (2013-08-29)
 ------------------
 

+ 1 - 1
converse.js

@@ -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));