summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/README.txt b/src/README.txt
index 8b21696..00566ae 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -510,6 +510,15 @@ Europe/Zurich
Europe/Zurich
+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.python.org/pypi/l18n>`_ package can be used to access
+these translations from Python.
+
+
License
~~~~~~~