annotate doc/index.txt @ 487:2d1c17275e5b stable-0.9.x

Merged revisions 484-489 via svnmerge from http://svn.edgewall.org/repos/babel/trunk ........ r484 | jruigrok | 2010-02-19 14:16:08 +0100 (vr, 19 feb 2010) | 4 lines Fix testcase name typo. Switch to use a locale that uses a different singular and plural form instead of just one form for both singular and plural. ........ r485 | jruigrok | 2010-02-19 14:38:24 +0100 (vr, 19 feb 2010) | 2 lines Add a test for a locale with one plural form. ........ r486 | jruigrok | 2010-02-19 14:45:25 +0100 (vr, 19 feb 2010) | 3 lines Put the square brackets test after all the normal plural tests. It's more logical. ........ r487 | jruigrok | 2010-02-19 15:12:41 +0100 (vr, 19 feb 2010) | 2 lines More than two plural forms work nowadays. Adjust the test. ........ r488 | jruigrok | 2010-02-19 15:15:56 +0100 (vr, 19 feb 2010) | 2 lines Actually make the msgid_plural be a plural as per typical use case. ........ r489 | jruigrok | 2010-02-24 13:27:32 +0100 (wo, 24 feb 2010) | 2 lines Forgot to bump the copyright line. ........
author jruigrok
date Sun, 11 Apr 2010 09:09:11 +0000
parents 49f2210150b7
children
rev   line source
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
1 .. -*- mode: rst; encoding: utf-8 -*-
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
2
236
49f2210150b7 Documentation stuff moved to a shared repository.
cmlenz
parents: 124
diff changeset
3 =======
49f2210150b7 Documentation stuff moved to a shared repository.
cmlenz
parents: 124
diff changeset
4 Preface
49f2210150b7 Documentation stuff moved to a shared repository.
cmlenz
parents: 124
diff changeset
5 =======
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
6
115
9703a0ad56bd Added new logo.
cmlenz
parents: 73
diff changeset
7 .. image:: logo.png
9703a0ad56bd Added new logo.
cmlenz
parents: 73
diff changeset
8 :width: 426
9703a0ad56bd Added new logo.
cmlenz
parents: 73
diff changeset
9 :height: 187
14
47161f48c4bd Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents: 2
diff changeset
10 :align: center
47161f48c4bd Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents: 2
diff changeset
11 :alt: Babel
47161f48c4bd Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents: 2
diff changeset
12 :class: logo
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
13
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
14 ---------------------------------------------------
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
15 Simple Internationalization for Python Applications
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
16 ---------------------------------------------------
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
17
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
18 Babel is an integrated collection of utilities that assist in
115
9703a0ad56bd Added new logo.
cmlenz
parents: 73
diff changeset
19 internationalizing and localizing Python applications, with an emphasis on
9703a0ad56bd Added new logo.
cmlenz
parents: 73
diff changeset
20 web-based applications.
2
b2492365f186 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
21
115
9703a0ad56bd Added new logo.
cmlenz
parents: 73
diff changeset
22 * `Introduction <intro.html>`_
73
dd5c3ba59eae Extended the docs a bit.
cmlenz
parents: 38
diff changeset
23 * `Locale Display Names <display.html>`_
124
bf1bcdf19111 Split docs on date and number formatting.
cmlenz
parents: 115
diff changeset
24 * `Date Formatting <dates.html>`_
bf1bcdf19111 Split docs on date and number formatting.
cmlenz
parents: 115
diff changeset
25 * `Number Formatting <numbers.html>`_
bf1bcdf19111 Split docs on date and number formatting.
cmlenz
parents: 115
diff changeset
26 * `Working with Message Catalogs <messages.html>`_
73
dd5c3ba59eae Extended the docs a bit.
cmlenz
parents: 38
diff changeset
27 * `Command-Line Interface <cmdline.html>`_
dd5c3ba59eae Extended the docs a bit.
cmlenz
parents: 38
diff changeset
28 * `Distutils/Setuptools Integration <setup.html>`_
dd5c3ba59eae Extended the docs a bit.
cmlenz
parents: 38
diff changeset
29 * `Support Classes and Functions <support.html>`_
dd5c3ba59eae Extended the docs a bit.
cmlenz
parents: 38
diff changeset
30 * `Generated API Documentation <api/index.html>`_
Copyright (C) 2012-2017 Edgewall Software