mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Update i18n example 1. Replaced one file translation to all project folder translation. It's more usable case. 2. `For e.g.` --> `E.g.`. E.g. is short for `exempli gratia` which means simply “for example.” So if you write for e.g., you are in effect writing `for for example`. 3. `xargs` replased with serveral lines, `xargs` is not appliable for Microsoft Windows users. 4. Added info about translation tools. 5. Minor edits. * i18n middlaware typo fix * i18n example header typo fix |
||
|---|---|---|
| .. | ||
| data | ||
| locales | ||
| admin_filter_example.py | ||
| advanced_executor_example.py | ||
| broadcast_example.py | ||
| callback_data_factory.py | ||
| callback_data_factory_simple.py | ||
| chat_type_filter.py | ||
| check_user_language.py | ||
| echo_bot.py | ||
| finite_state_machine_example.py | ||
| i18n_example.py | ||
| id_filter_example.py | ||
| inline_bot.py | ||
| inline_keyboard_example.py | ||
| media_group.py | ||
| middleware_and_antiflood.py | ||
| payments.py | ||
| proxy_and_emojize.py | ||
| regexp_commands_filter_example.py | ||
| regular_keyboard_example.py | ||
| text_filter_example.py | ||
| throttling_example.py | ||
| webhook_example.py | ||
| webhook_example_old.py | ||