mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 02:52:12 +00:00
Add missing shortcuts, new enums, reworked old stuff (#1070)
* Render shortcuts * Render docs * Added enumerations * Added docs * Use enums, removed Helper * Bump butcher * Added InputMediaType enum * Added MaskPositionPoint, InlineQueryResultType enums * Update texts * Added StickerType enum * Cover tests * Update docs * Fixed imports * Re-enabled all pre-commit hooks
This commit is contained in:
parent
3438d2446d
commit
3ea73fbbbd
370 changed files with 19735 additions and 8380 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -58,12 +58,6 @@ msgstr ""
|
|||
msgid "Attach another router."
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.dispatcher.router.Router.include_router:3 of
|
||||
msgid ""
|
||||
"Can be attached directly or by import string in format "
|
||||
"\"<module>:<attribute>\""
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.dispatcher.router.Router.include_router of
|
||||
msgid "Returns"
|
||||
msgstr ""
|
||||
|
|
@ -220,3 +214,9 @@ msgstr ""
|
|||
#: ../../dispatcher/router.rst:190
|
||||
msgid "In this case update propagation flow will have form:"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Can be attached directly or by "
|
||||
#~ "import string in format "
|
||||
#~ "\"<module>:<attribute>\""
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue