mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Fixed fatal typo
This commit is contained in:
parent
32ddbedb42
commit
1801d02b2a
Binary file not shown.
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: RcGcDw\n"
|
"Project-Id-Version: RcGcDw\n"
|
||||||
"POT-Creation-Date: 2018-06-18 16:13+0200\n"
|
"POT-Creation-Date: 2018-06-18 16:13+0200\n"
|
||||||
"PO-Revision-Date: 2018-06-18 17:24+0200\n"
|
"PO-Revision-Date: 2018-06-19 14:46+0200\n"
|
||||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
|
@ -40,7 +40,7 @@ msgid "**No license!**"
|
||||||
msgstr "**Brak licencji!**"
|
msgstr "**Brak licencji!**"
|
||||||
|
|
||||||
msgid "([preview]({link}))"
|
msgid "([preview]({link}))"
|
||||||
msgstr "([podgląd]({link})"
|
msgstr "([podgląd]({link}))"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"{desc}\n"
|
"{desc}\n"
|
||||||
|
|
|
@ -268,7 +268,7 @@ def webhook_formatter(action, STATIC, **params):
|
||||||
logging.warning("No entry for {event} with params: {params}".format(event=action, params=params))
|
logging.warning("No entry for {event} with params: {params}".format(event=action, params=params))
|
||||||
embed["author"]["name"] = params["user"]
|
embed["author"]["name"] = params["user"]
|
||||||
embed["author"]["url"] = author_url
|
embed["author"]["url"] = author_url
|
||||||
embed["auther"]["icon"] = STATIC["icon"]
|
embed["author"]["icon"] = STATIC["icon"]
|
||||||
embed["url"] = link
|
embed["url"] = link
|
||||||
if "desc" not in params:
|
if "desc" not in params:
|
||||||
params["desc"] = ""
|
params["desc"] = ""
|
||||||
|
|
Loading…
Reference in a new issue