summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2022-12-18 12:49:45 +1100
committerStuart Bishop <stuart@stuartbishop.net>2022-12-18 12:49:45 +1100
commit309a4572370e72d5088d4b3707e54431ca98900c (patch)
treef23c2e2c4f9631d87f8dca5f55e0b4d3a91bb114
parent67b32d027f504725c5fdc4bd6d00b04929aad22e (diff)
downloadpytz-git-release_2022.7.tar.gz
Update i18n section of READMErelease_2022.7
Fixes #92
-rw-r--r--src/README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/README.rst b/src/README.rst
index cbf3535..2c329a9 100644
--- a/src/README.rst
+++ b/src/README.rst
@@ -519,9 +519,10 @@ Internationalization - i18n/l10n
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
-project provides translations. Thomas Khyn's
-`l18n <https://pypi.org/project/l18n/>`_ package can be used to access
-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
+to access these translations from Python.
License