2012-02-20 02:18:14 +08:00
|
|
|
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.
|
2013-11-07 18:28:08 +08:00
|
|
|
|
|
|
|
Refer to the official homepage for documentation
|
|
|
|
http://babel.pocoo.org/docs/
|