view doc/index.txt @ 217:15ac328954f5

Dummy/stub implementation for week-in-year and week-in-month date format fields. Also, treat extended year the same as the regular year field, not even ICU seems to handle it specially.
author cmlenz
date Fri, 13 Jul 2007 22:22:03 +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