mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Typo fix (#774)
This commit is contained in:
parent
24a805d517
commit
92ec44d8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ On top of your application the instance of :class:`aiogram.utils.i18n.code.I18n`
|
|||
|
||||
.. code-block::
|
||||
|
||||
i18n = I18n(path="locales", language="en", domain="messages")
|
||||
i18n = I18n(path="locales", default_locale="en", domain="messages")
|
||||
|
||||
|
||||
After that you will need to choose one of builtin I18n middleware or write your own.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue