fluentogram icon indicating copy to clipboard operation
fluentogram copied to clipboard

A proper way to use an i18n mechanism with Aiogram3.

Results 3 fluentogram issues
Sort by recently updated
recently updated
newest added

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...

enhancement
waiting

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:...

waiting