Package babel
Integrated collection of utilities that assist in internationalizing and
localizing applications.
This package is basically 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.
- babel.core: Core locale representation and locale data access.
- babel.dates: Locale dependent formatting and parsing of dates and times.
- babel.localedata: Low-level locale data access.
- babel.messages: Support for gettext message catalogs.
- babel.numbers: Locale dependent formatting and parsing of numeric data.
- babel.support: Several classes and functions that help with integrating and using Babel
in applications.
- babel.util: Various utility classes and functions.
|