summaryrefslogtreecommitdiffstats
path: root/python/babel/README
blob: eba89f267097e5f5693b034e137e75baa98e7e67 (plain)
1
2
3
4
5
6
7
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.