summaryrefslogtreecommitdiff
path: root/python/babel/README
diff options
context:
space:
mode:
authorponce <matteo.bernardini@gmail.com>2012-02-19 12:18:14 -0600
committerRobby Workman <rworkman@slackbuilds.org>2012-02-20 12:20:30 -0600
commit0727a42a137b82fbe500109cf04c5e9fcff912a4 (patch)
treeb639f58329a6a36e55a2a4d6309f702f898a3ca6 /python/babel/README
parent1d8c21adb98fa929cf47c08c6e01f2e735c3f066 (diff)
downloadslackbuilds-0727a42a137b82fbe500109cf04c5e9fcff912a4.tar.gz
python/babel: Added (python internationalization tools)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/babel/README')
-rw-r--r--python/babel/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/babel/README b/python/babel/README
new file mode 100644
index 0000000000..eba89f2670
--- /dev/null
+++ b/python/babel/README
@@ -0,0 +1,8 @@
+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.