Fixed #34, small change in German translation

This commit is contained in:
Frisk 2018-11-12 00:36:49 +01:00
parent 7e7b429118
commit 9c773bc9f9
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-11 22:55+0100\n" "POT-Creation-Date: 2018-11-11 22:55+0100\n"
"PO-Revision-Date: 2018-11-11 23:03+0100\n" "PO-Revision-Date: 2018-11-11 23:38+0100\n"
"Last-Translator: MarkusRost\n" "Last-Translator: MarkusRost\n"
"Language-Team: \n" "Language-Team: \n"
"Language: de\n" "Language: de\n"
@ -328,7 +328,7 @@ msgstr "**Entfernt:**"
#: rcgcdw.py:496 #: rcgcdw.py:496
msgid "Changed categories" msgid "Changed categories"
msgstr "Geänderte Kategorien:" msgstr "Geänderte Kategorien"
#: rcgcdw.py:668 #: rcgcdw.py:668
msgid "Unable to process the event" msgid "Unable to process the event"

View file

@ -147,8 +147,8 @@ def webhook_formatter(action, STATIC, **params):
"WARNING: Something went wrong when checking amount of contributions for given IP address") "WARNING: Something went wrong when checking amount of contributions for given IP address")
params["user"] = params["user"] + "(?)" params["user"] = params["user"] + "(?)"
else: else:
params["user"] = "{author} ({contribs})".format(author=params["user"], contribs=len(contibs))
recent_changes.map_ips[params["user"]] = len(contibs) recent_changes.map_ips[params["user"]] = len(contibs)
params["user"] = "{author} ({contribs})".format(author=params["user"], contribs=len(contibs))
else: else:
recent_changes.map_ips[params["user"]] += 1 recent_changes.map_ips[params["user"]] += 1
params["user"] = "{author} ({amount})".format(author=params["user"], params["user"] = "{author} ({amount})".format(author=params["user"],