Changes between Version 13 and Version 14 of TracTicketChangesetsPlugin


Ignore:
Timestamp:
Jun 23, 2010, 11:04:23 PM (14 years ago)
Author:
Mikael Relbe
Comment:

Added section About i18n/l10n support

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangesetsPlugin

    v13 v14  
    102102
    103103== Installation instructions ==
     104 1. Install the plugin, even with locale support:
     105{{{
     106cd TracTicketChangesetsPlugin
     107python setup.py install
     108}}}
    104109 1. Enable the plugin by the following in trac.ini:
    105110{{{
     
    172177
    173178
     179== About i18n/l10n support ==
     180The development version of this plugin is prepared for localization.[[BR]]
     181But English message texts are still the (POSIX) default. If this isn't your preferred language, you can do it yourself (see the [t:wiki:CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     182
     183You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     184You could send it to the plugin's maintainer ~~or contribute to [TracPluginTranslation Trac plugin l10n project] via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]~~ ''(not yet)''.
     185
     186Preparing the plugin from source requires no additional step for compiling message catalog files, that's part of a normal installation:
     187{{{
     188cd TracTicketChangesetsPlugin
     189python ./setup.py install
     190}}}
     191
     192
    174193== Recent Changes ==
    175194