diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-02-19 12:18:14 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-20 12:20:30 -0600 |
commit | 0727a42a137b82fbe500109cf04c5e9fcff912a4 (patch) | |
tree | b639f58329a6a36e55a2a4d6309f702f898a3ca6 /python/babel/README | |
parent | 1d8c21adb98fa929cf47c08c6e01f2e735c3f066 (diff) | |
download | slackbuilds-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/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. |