Commit f57a2448 authored by Christoph's avatar Christoph

Fix unused placeholders in german 'is typing' translation

parent 9a2ed106
...@@ -137,11 +137,11 @@ ...@@ -137,11 +137,11 @@
], ],
"is typing": [ "is typing": [
null, null,
"%1$s tippt" "tippt"
], ],
"has stopped typing": [ "has stopped typing": [
null, null,
"%1$s tippt nicht mehr" "tippt nicht mehr"
], ],
"has gone away": [ "has gone away": [
null, null,
......
...@@ -162,11 +162,11 @@ msgstr "Ich" ...@@ -162,11 +162,11 @@ msgstr "Ich"
#: converse.js:1158 #: converse.js:1158
msgid "is typing" msgid "is typing"
msgstr "%1$s tippt" msgstr "tippt"
#: converse.js:1161 #: converse.js:1161
msgid "has stopped typing" msgid "has stopped typing"
msgstr "%1$s tippt nicht mehr" msgstr "tippt nicht mehr"
#: converse.js:1167 converse.js:1447 #: converse.js:1167 converse.js:1447
msgid "has gone away" msgid "has gone away"
......
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