diff --git a/locale/de/LC_MESSAGES/rcgcdw.mo b/locale/de/LC_MESSAGES/rcgcdw.mo index d8b36b5..a1bfff2 100644 Binary files a/locale/de/LC_MESSAGES/rcgcdw.mo and b/locale/de/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/de/LC_MESSAGES/rcgcdw.po b/locale/de/LC_MESSAGES/rcgcdw.po index ec9b659..965f9c9 100644 --- a/locale/de/LC_MESSAGES/rcgcdw.po +++ b/locale/de/LC_MESSAGES/rcgcdw.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2018-07-05 14:52+0200\n" -"PO-Revision-Date: 2018-07-05 15:06+0200\n" +"POT-Creation-Date: 2018-07-05 20:21+0200\n" +"PO-Revision-Date: 2018-07-05 20:24+0200\n" "Last-Translator: MarkusRost\n" "Language-Team: \n" "Language: de\n" @@ -185,8 +185,9 @@ msgid "No description provided" msgstr "Keine Zusammenfassung angegeben" #: rcgcdw.py:255 -msgid "Groups changed from {old_groups} to {new_groups}{is_reason} {reason}" -msgstr "Änderte die Gruppenzugehörigkeit von {old_groups} auf {new_groups}{is_reason} {reason}" +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "" +"Änderte die Gruppenzugehörigkeit von {old_groups} auf {new_groups}{reason}" #: rcgcdw.py:258 msgid "Protected {target}" diff --git a/locale/fr/LC_MESSAGES/rcgcdw.mo b/locale/fr/LC_MESSAGES/rcgcdw.mo index 238c119..6082905 100644 Binary files a/locale/fr/LC_MESSAGES/rcgcdw.mo and b/locale/fr/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/fr/LC_MESSAGES/rcgcdw.po b/locale/fr/LC_MESSAGES/rcgcdw.po index 466e445..fde6cb3 100644 --- a/locale/fr/LC_MESSAGES/rcgcdw.po +++ b/locale/fr/LC_MESSAGES/rcgcdw.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2018-07-05 14:52+0200\n" -"PO-Revision-Date: 2018-07-05 19:09+0200\n" -"Last-Translator: Frisk \n" +"POT-Creation-Date: 2018-07-05 20:21+0200\n" +"PO-Revision-Date: 2018-07-05 20:22+0200\n" +"Last-Translator: JSBM\n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -188,8 +188,8 @@ msgid "No description provided" msgstr "Aucune description" #: rcgcdw.py:255 -msgid "Groups changed from {old_groups} to {new_groups}{is_reason} {reason}" -msgstr "Groupe modifié de {old_groups} vers {new_groups}{is_reason} {reason}" +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "Groupe modifié de {old_groups} vers {new_groups}{reason}" #: rcgcdw.py:258 msgid "Protected {target}" diff --git a/locale/pl/LC_MESSAGES/rcgcdw.mo b/locale/pl/LC_MESSAGES/rcgcdw.mo index 5139e7e..f64f3b8 100644 Binary files a/locale/pl/LC_MESSAGES/rcgcdw.mo and b/locale/pl/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/pl/LC_MESSAGES/rcgcdw.po b/locale/pl/LC_MESSAGES/rcgcdw.po index 95dbe52..6ccc2f6 100644 --- a/locale/pl/LC_MESSAGES/rcgcdw.po +++ b/locale/pl/LC_MESSAGES/rcgcdw.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" -"POT-Creation-Date: 2018-07-05 14:52+0200\n" -"PO-Revision-Date: 2018-07-05 14:55+0200\n" +"POT-Creation-Date: 2018-07-05 20:21+0200\n" +"PO-Revision-Date: 2018-07-05 20:22+0200\n" "Last-Translator: Frisk \n" "Language-Team: \n" "Language: pl\n" @@ -189,8 +189,8 @@ msgid "No description provided" msgstr "Nie podano opisu zmian" #: rcgcdw.py:255 -msgid "Groups changed from {old_groups} to {new_groups}{is_reason} {reason}" -msgstr "Grupy zmienione z {old_groups} do {new_groups}{is_reason} {reason}" +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "Grupy zmienione z {old_groups} do {new_groups}{reason}" #: rcgcdw.py:258 msgid "Protected {target}" diff --git a/rcgcdw.pot b/rcgcdw.pot index a3a9d34..a13b3ee 100644 --- a/rcgcdw.pot +++ b/rcgcdw.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-07-05 14:52+0200\n" +"POT-Creation-Date: 2018-07-05 20:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -182,7 +182,7 @@ msgid "No description provided" msgstr "" #: rcgcdw.py:255 -msgid "Groups changed from {old_groups} to {new_groups}{is_reason} {reason}" +msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "" #: rcgcdw.py:258 diff --git a/rcgcdw.py b/rcgcdw.py index 5b4cf5e..6097e15 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -252,7 +252,7 @@ def webhook_formatter(action, STATIC, **params): if len(params["new_groups"]) < 4: params["new_groups"] = _("none") reason = ": {desc}".format(desc=params["desc"]) if params["desc"]!=_("No description provided") else "" - params["desc"] = _("Groups changed from {old_groups} to {new_groups} {reason}").format(old_groups=params["old_groups"], new_groups=params["new_groups"], reason=reason) + params["desc"] = _("Groups changed from {old_groups} to {new_groups}{reason}").format(old_groups=params["old_groups"], new_groups=params["new_groups"], reason=reason) elif action == 2: link = "https://{wiki}.gamepedia.com/{article}".format(wiki=settings["wiki"], article=params["title"].replace(" ", "_")) embed["title"] = _("Protected {target}").format(target=params["title"])