summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2015-03-23 14:00:23 +0700
committerStuart Bishop <stuart@stuartbishop.net>2015-03-23 14:00:23 +0700
commit0b9d95f6caec79698ace872366cf88c720912f66 (patch)
treea0d72f3a6619c900737cdad6a0b02f8cc8cd9e67
parent380c2798eb784e2d10c2c897da4e8e09559d8b98 (diff)
downloadpytz-0b9d95f6caec79698ace872366cf88c720912f66.tar.gz
Link Thomas Khyn's internationalization work from the docsrelease_2015.2
-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
~~~~~~~