Robotvasya
298e9821a4
Add notion Working with plural forms in documentation ( #1409 )
2024-02-09 21:30:02 +02:00
nullmatawasoradesu
2093b45799
Fixed some typos in documentation ( #1268 )
...
* Fixed typo in i18n documentation
* Removed extra param in docstring of TelegramEventObserver's filter method
* Added changelog
2023-08-16 17:23:10 +03:00
Alex Root Junior
048172bcc2
Translate utils docs // uk_UA // TY @MelissaLemon
2022-10-14 19:46:19 +03:00
Michael
930bca0876
Fixed path of I18n Class ( #879 )
...
The I18n Class gets imported in 3.0.0b2 as follows:
from aiogram.utils.i18n import I18n
Whereas the documentation implies that it should be:
from aiogram.utils.i18n.code import I18n
2022-04-11 04:08:27 +03:00
Gabben
79588b7c5d
Fix I18nMiddleware class ( #859 )
2022-03-05 02:33:45 +02:00
Gabben
92ec44d8d2
Typo fix ( #774 )
2021-12-11 01:00:42 +02:00
Alex Root Junior
f97367b3ee
More docs
2021-10-12 01:11:53 +03:00
Alex Root Junior
e4046095d7
Dev 3.x i18n & improvements ( #696 )
...
* Added base code and make code improvements
* Auto-exclude coverage for `if TYPE_CHECKING:`
* Fixed current coverage
* Cover I18n module
* Update pipeline
* Fixed annotations
* Added docs
* Move exceptions
* Added tests for KeyboardBuilder and initial docs
* Remove help generator (removed from sources tree, requires rewrite)
* Added patch-notes #698 , #699 , #700 , #701 , #702 , #703
2021-09-22 00:52:38 +03:00