瀏覽代碼

Fix unused placeholders in german 'is typing' translation

Christoph 10 年之前
父節點
當前提交
f57a24487e
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      locale/de/LC_MESSAGES/converse.json
  2. 2 2
      locale/de/LC_MESSAGES/converse.po

+ 2 - 2
locale/de/LC_MESSAGES/converse.json

@@ -137,11 +137,11 @@
          ],
          "is typing": [
             null,
-            "%1$s tippt"
+            "tippt"
          ],
          "has stopped typing": [
             null,
-            "%1$s tippt nicht mehr"
+            "tippt nicht mehr"
          ],
          "has gone away": [
             null,

+ 2 - 2
locale/de/LC_MESSAGES/converse.po

@@ -162,11 +162,11 @@ msgstr "Ich"
 
 #: converse.js:1158
 msgid "is typing"
-msgstr "%1$s tippt"
+msgstr "tippt"
 
 #: converse.js:1161
 msgid "has stopped typing"
-msgstr "%1$s tippt nicht mehr"
+msgstr "tippt nicht mehr"
 
 #: converse.js:1167 converse.js:1447
 msgid "has gone away"