Edgewall Software

Changes between Version 9 and Version 10 of GenshiRecipes/Localization


Ignore:
Timestamp:
Jul 4, 2007, 5:18:21 PM (17 years ago)
Author:
cmlenz
Comment:

Note about obsoletion

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/Localization

    v9 v10  
    1 = Localization =
     1= [GenshiRecipes Genshi Recipes]: Localization =
     2
     3{{{
     4#!html
     5<div class="system-message"><strong>Note:</strong> this recipe is now obsolete, as internationalization support has been integrated into Genshi. See <a href="../Documentation/i18n.html">Internationalization and Localization</a>.</div>
     6}}}
    27
    38This is code to aid in localization of Genshi templates, without altering the underlying templates.
     
    354359 * Use the !LocalizationTemplate class rather than the standard !MarkupTemplate class to parse your templates, and set up the required translation hooks for generation
    355360 * Hint: Don't waste your time trying to add _("") in your templates, all the text is automatically extracted.
     361
     362----
     363See also: GenshiRecipes, [wiki:Documentation/i18n.html Internationalization and Localization]