Edgewall Software

Changes between Version 33 and Version 34 of TracDev/PluginDevelopment


Ignore:
Timestamp:
May 5, 2010, 1:10:17 PM (14 years ago)
Author:
hasienda <hoff.st@…>
Comment:

added a l10n section

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v33 v34  
    109109  ''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]).''
    110110
     111== Localization of plugin texts ==
     112'' relevant since trac-0.12 introduced l10n support for Trac utilizing Babel''
     113
     114See the [wiki:CookBook/PluginL10N plugin l10n cookbook page] for details.
     115
    111116== Plugin deployment ==
    112117