annotate README.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 f71ca60f2a4a
children
rev   line source
1
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
1 About Babel
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
2 ===========
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
3
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
4 Babel is a Python library that provides an integrated collection of
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
5 utilities that assist with internationalizing and localizing Python
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
6 applications (in particular web-based applications.)
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
7
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
8 Details can be found in the HTML files in the `doc` folder.
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
9
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
10 For more information please visit the Babel web site:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
11
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
12 <http://babel.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software