comparison doc/i18n.txt @ 928:bd390c56ecef 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 158aafe7187f
children
comparison
equal deleted inserted replaced
927:a1f3bbe1a680 928:bd390c56ecef
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