view doc/index.txt @ 474:eb842e6560ec stable-0.9.x

Merged revisions 466 via svnmerge from http://svn.edgewall.org/repos/babel/trunk ........ r466 | palgarvio | 2008-12-23 02:12:59 +0100 (di, 23 dec 2008) | 2 lines Use a more explicit error message if no option or argument(command) is passed to `pybabel`. Fixes #81. ........
author jruigrok
date Sun, 11 Apr 2010 08:29:00 +0000
parents cf64577122b7
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