fluentogram
fluentogram copied to clipboard
A proper way to use an i18n mechanism with Aiogram3.
It would be convenient if it were possible to generate stubs file from several .ftp files at once, specifying a list of paths to these files or the path to...
While handling UnknownIntent Error i18n can't be found middleware_data. ``` @start_router.errors(ExceptionTypeFilter(UnknownIntent)) async def on_unknown_intent(event: ErrorEvent, dialog_manager: DialogManager): """Example of handling UnknownIntent Error and starting new dialog.""" logging.error("UnknownIntent Error. Restarting dialog:...