view doc/index.txt @ 370:6129d2e770bc

We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120. Added tests for the plural forms checker which will all now pass due to the above fix.
author palgarvio
date Mon, 30 Jun 2008 12:23:28 +0000
parents 49f2210150b7
children
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

=======
Preface
=======

.. 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