Changes between Version 43 and Version 44 of TagsPlugin


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

added a i18n/l10n section

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v43 v44  
    159159`[[TagCloud(-Dummy)]]`
    160160
    161 Display a cloud of all  tags, assuming you do not use the  '''Dummy''' tag.   
     161Display a cloud of all  tags, assuming you do not use the  '''Dummy''' tag.
     162
     163=== About i18n/l10n support ===
     164
     165The development version of this plugin is prepared for localization.[[BR]]
     166But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
     167 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/tractags Transifex] or
     168 2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     169
     170You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     171You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project]
     172via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     173
     174Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tractags/ tractags][[BR]]
     175 [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tractags/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/tractags/)]]
     176Kindly 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)]]
     177
     178Preparing 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:
     179{{{
     180cd tagsplugin/
     181python ./setup.py compile_catalog -f
     182python ./setup.py bdist_egg
     183}}}
     184Complaints 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]]
     185Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
    162186
    163187=== Change Log ===