comparison doc/i18n.txt @ 928:a1fa93e72d69 stable-0.6.x

Merge r1150 from trunk (fix i18n namespace documentaton issue #400).
author hodgestar
date Thu, 10 Mar 2011 08:50:44 +0000
parents d30ceea3eadd
children
comparison
equal deleted inserted replaced
927:832bdab41eee 928:a1fa93e72d69
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