annotate README.txt @ 590:6f86d60dab56 trunk

change repr output for babel.Locale so all attributes (territory, script, variant) are shown by itself. This should help identifying bad usage of the Locale class (e.g. Locale('de_DE') instead of Locale('de', 'DE'), #279
author fschwarz
date Thu, 09 Aug 2012 06:56:23 +0000
parents 7870274479f5
children
rev   line source
1
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
1 About Babel
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
2 ===========
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
3
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
4 Babel is a Python library that provides an integrated collection of
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
5 utilities that assist with internationalizing and localizing Python
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
6 applications (in particular web-based applications.)
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
7
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
8 Details can be found in the HTML files in the `doc` folder.
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
9
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
10 For more information please visit the Babel web site:
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
11
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
12 <http://babel.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software