1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/">
<title>Babel: Preface</title>
<link rel="stylesheet" href="common/style/edgewall.css" type="text/css">
</head>
<body>
<div class="document" id="preface">
<div id="navigation">
<span class="projinfo">Babel 0.9.1</span>
<a href="index.html">Documentation Index</a>
</div>
<h1 class="title">Preface</h1>
<div align="center" class="align-center"><img alt="Babel" class="logo align-center" src="logo.png" style="width: 426px; height: 187px;"></div>
<div class="section">
<h1><a id="simple-internationalization-for-python-applications" name="simple-internationalization-for-python-applications">Simple Internationalization for Python Applications</a></h1>
<p>Babel is an integrated collection of utilities that assist in
internationalizing and localizing Python applications, with an emphasis on
web-based applications.</p>
<blockquote>
<ul class="simple">
<li><a class="reference" href="intro.html">Introduction</a></li>
<li><a class="reference" href="display.html">Locale Display Names</a></li>
<li><a class="reference" href="dates.html">Date Formatting</a></li>
<li><a class="reference" href="numbers.html">Number Formatting</a></li>
<li><a class="reference" href="messages.html">Working with Message Catalogs</a></li>
<li><a class="reference" href="cmdline.html">Command-Line Interface</a></li>
<li><a class="reference" href="setup.html">Distutils/Setuptools Integration</a></li>
<li><a class="reference" href="support.html">Support Classes and Functions</a></li>
<li><a class="reference" href="api/index.html">Generated API Documentation</a></li>
</ul>
</blockquote>
</div>
<div id="footer">
Visit the Babel open source project at
<a href="http://babel.edgewall.org/">http://babel.edgewall.org/</a>
</div>
</div>
</body>
</html>
|