We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b32d0 commit 309a457Copy full SHA for 309a457
src/README.rst
@@ -519,9 +519,10 @@ Internationalization - i18n/l10n
519
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
520
521
Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
522
-project provides translations. Thomas Khyn's
523
-`l18n <https://pypi.org/project/l18n/>`_ package can be used to access
524
-these translations from Python.
+project provides translations. Python packages such as
+`Babel <https://babel.pocoo.org/en/latest/api/dates.html#timezone-functionality>`
+and Thomas Khyn's `l18n <https://pypi.org/project/l18n/>`_ package can be used
525
+to access these translations from Python.
526
527
528
License
0 commit comments