annotate README.txt @ 556:16dfb6d0a089
keywords only support space separated values, not comma separated
thanks agronholm
author |
pjenvey |
date |
Mon, 25 Apr 2011 04:41:23 +0000 |
parents |
e9eaddab598e |
children |
|
rev |
line source |
3
|
1 About Babel
|
|
2 ===========
|
|
3
|
|
4 Babel is a Python library that provides an integrated collection of
|
|
5 utilities that assist with internationalizing and localizing Python
|
|
6 applications (in particular web-based applications.)
|
|
7
|
|
8 Details can be found in the HTML files in the `doc` folder.
|
|
9
|
|
10 For more information please visit the Babel web site:
|
|
11
|
|
12 <http://babel.edgewall.org/>
|