summaryrefslogtreecommitdiffstats
path: root/python/babel/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/babel/README')
-rw-r--r--python/babel/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/babel/README b/python/babel/README
new file mode 100644
index 0000000000..1e8cba91ba
--- /dev/null
+++ b/python/babel/README
@@ -0,0 +1,6 @@
+babel (python internationalization tools)
+
+Babel is a collection of tools for internationalizing Python applications.
+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.