summaryrefslogtreecommitdiffstats
path: root/python/babel/README
blob: 89f867c5c2be1a56d35ed77e611a8cb1ce2e7a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
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.

Refer to the official homepage for documentation
http://babel.pocoo.org/docs/