view doc/index.txt @ 201:10e8d072e2d1

Handle obsolete messages when parsing catalogs. Closes #32.
author cmlenz
date Tue, 03 Jul 2007 16:29:22 +0000
parents b12c6a776c44
children d75cfd01f218
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

=====
Babel
=====

.. image:: logo.png
   :width: 426
   :height: 187
   :align: center
   :alt: Babel
   :class: logo

---------------------------------------------------
Simple Internationalization for Python Applications
---------------------------------------------------

Babel is an integrated collection of utilities that assist in
internationalizing and localizing Python applications, with an emphasis on
web-based applications.

 * `Introduction <intro.html>`_
 * `Locale Display Names <display.html>`_
 * `Date Formatting <dates.html>`_
 * `Number Formatting <numbers.html>`_
 * `Working with Message Catalogs <messages.html>`_
 * `Command-Line Interface <cmdline.html>`_
 * `Distutils/Setuptools Integration <setup.html>`_
 * `Support Classes and Functions <support.html>`_
 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software