mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Fixed #34, small change in German translation
This commit is contained in:
parent
7e7b429118
commit
9c773bc9f9
Binary file not shown.
|
@ -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"
|
||||||
|
|
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue