comparison doc/i18n.txt @ 922:bd47549f0555 experimental-py3k

Correct reference to i18n namespace in documentation.
author hodgestar
date Sun, 12 Dec 2010 22:29:56 +0000
parents d30ceea3eadd
children
comparison
equal deleted inserted replaced
921:07defc3702b3 922:bd47549f0555
118 directive namespace in all markup templates that use them. For example: 118 directive namespace in all markup templates that use them. For example:
119 119
120 .. code-block:: genshi 120 .. code-block:: genshi
121 121
122 <html xmlns:py="http://genshi.edgewall.org/" 122 <html xmlns:py="http://genshi.edgewall.org/"
123 xmlns:i18n="http://genshi.edgewall.org/i18n/"> 123 xmlns:i18n="http://genshi.edgewall.org/i18n">
124 124
125 </html> 125 </html>
126 126
127 These directives only make sense in the context of `markup templates`_. For 127 These directives only make sense in the context of `markup templates`_. For
128 `text templates`_, you can just use the corresponding ``gettext`` API calls as needed. 128 `text templates`_, you can just use the corresponding ``gettext`` API calls as needed.
Copyright (C) 2012-2017 Edgewall Software