diff options
Diffstat (limited to 'python/babel/README')
-rw-r--r-- | python/babel/README | 8 |
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. |