diff --git a/README.md b/README.md index d29523d..1c26553 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Presentation on how it looks on the Discord can be found [on the wiki](https://g * **Python 3.6>** * requests 2.18.4> * beautifulsoup 4.6.0> -* lxml 4.2.1> * schedule 0.5.0> ### Features ### diff --git a/locale/pl/LC_MESSAGES/rcgcdw.mo b/locale/pl/LC_MESSAGES/rcgcdw.mo index da2dcd4..42101e1 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 db35b8e..24e8659 100644 --- a/locale/pl/LC_MESSAGES/rcgcdw.po +++ b/locale/pl/LC_MESSAGES/rcgcdw.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-10-02 01:22+0200\n" -"PO-Revision-Date: 2018-10-02 01:25+0200\n" +"PO-Revision-Date: 2018-10-03 18:11+0200\n" "Last-Translator: Frisk \n" "Language-Team: \n" "Language: pl\n" @@ -205,7 +205,7 @@ msgstr "Edytował(a) swój profil" #: rcgcdw.py:338 #, python-brace-format msgid "{field} field changed to: {desc}" -msgstr "pole {field} zostało zmienione na: {desc}" +msgstr "pole \"{field}\" zostało zmienione na: {desc}" #: rcgcdw.py:343 #, python-brace-format diff --git a/requirements.txt b/requirements.txt index 1af5636..5da6d64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ beautifulsoup4 >= 4.6.0; python_version >= '3.6' requests >= 2.18.4 schedule >= 0.5.0 -lxml >= 4.2.1