comparison doc/i18n.txt @ 925:8e8372810ff4 trunk

Pull up r1147 to trunk. Correct reference to i18n namespace in documentation.
author jruigrok
date Mon, 13 Dec 2010 19:08:52 +0000
parents d30ceea3eadd
children
comparison
equal deleted inserted replaced
924:763d6a185b49 925:8e8372810ff4
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