Changes between Version 100 and Version 101 of AccountManagerPlugin


Ignore:
Timestamp:
Oct 18, 2010, 9:21:08 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

added a i18n/l10n section

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v100 v101  
    263263Once in, you might want to enable the permissions to allow the “authenticated” user group permissions.  For instance, if you remove the anonymous group from TICKET_MODIFY, and WIKI_MODIFY, and add the “authenticated” group instead, only authenticated, logged-in (registered) users can perform ticket modifications and wiki editing.
    264264
     265=== About i18n/l10n support ===
     266
     267The development version of this plugin is prepared for localization.[[BR]]
     268But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
     269 1. look, if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/acct_mgr Transifex] or
     270 2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     271
     272You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     273You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project]
     274via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     275
     276Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/acct_mgr/ acct_mgr][[BR]]
     277 [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/acct_mgr/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/announcer/)]]
     278Kindly provided by [[Image(http://sw.transifex.net/2/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
     279
     280Preparing the plugin from source requires '''no additional steps''' for compiling message catalog files. Only to include translations marked as `# fuzzy` by the translator, you'll want to do a manual message catalog compilation with the extra `-f` argument before packaging:
     281{{{
     282cd accountmanagerplugin/
     283python ./setup.py compile_catalog -f
     284python ./setup.py bdist_egg
     285}}}
     286Complaints about missing `locale` directory are often a side-effect of failure to compile any message catalog for inclusion into Python egg, hence the whole path is missing. Due to a know Trac issue Babel has to be installed prior to Trac, to get it all working as expected.[[BR]]
     287Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
     288
    265289== Recent Changes ==
    266290