summaryrefslogtreecommitdiffstats
path: root/python/python3-babel/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-04-06 01:20:34 +0200
committer Willy Sudiarto Raharjo2019-04-06 01:51:10 +0200
commitd979a1d73ddec32ee8443c25ec405749ec4fc585 (patch)
tree012d23e3d2e8713fde9fd54dfbfd89b29e93e9ca /python/python3-babel/README
parent9f324adfdc4bbc4318c87f0c83619b691c38f75d (diff)
downloadslackbuilds-d979a1d73ddec32ee8443c25ec405749ec4fc585.tar.gz
python/python3-babel: Added (python internationalization tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-babel/README')
-rw-r--r--python/python3-babel/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-babel/README b/python/python3-babel/README
new file mode 100644
index 0000000000..292ad0fb52
--- /dev/null
+++ b/python/python3-babel/README
@@ -0,0 +1,10 @@
+babel (python internationalization tools)
+
+Babel is a collection of tools for internationalizing Python apps.
+It's composed of two major parts:
+- tools to build and work with gettext message catalogs;
+- a Python interface to the CLDR (Common Locale Data Repository),
+ providing access to various locale display names, localized number
+ and date formatting, etc.
+
+The pytz dependency must be built with optional Python 3 support.