Edgewall Software

Changes between Version 43 and Version 44 of TracDev/PluginDevelopment


Ignore:
Timestamp:
May 9, 2010, 12:00:39 AM (14 years ago)
Author:
hasienda <hoff.st@…>
Comment:

changed link label and surrounding text to reflect actual content of that wiki page

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v43 v44  
    116116  ''For backwards-compatibility reasons, Trac still supports an alternative to entry points: you can have a file named `trac_plugin.txt` in the `EGG-INFO` directory. This file should contain the names of all modules that need to be imported by Trac to register your components. Note that this method is '''deprecated''' and will be removed in a future version of Trac (probably as soon as [milestone:0.11]).''
    117117
    118 == Localization of plugin texts ==
    119 '' relevant since trac-0.12 introduced l10n support for Trac utilizing Babel''
     118== Internationalization/Localization of plugins ==
     119'' relevant since trac-0.12 introduced i18n/l10n support for Trac utilizing Babel''
    120120
    121 See the [wiki:CookBook/PluginL10N plugin l10n cookbook page] for details.
     121See the [wiki:CookBook/PluginL10N plugin i18n/l10n cookbook page] for details.
    122122
    123123== Plugin deployment ==