Changes between Version 10 and Version 11 of DynamicFieldsPlugin


Ignore:
Timestamp:
Sep 8, 2010, 11:08:37 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

added a i18n/l10n section

Legend:

Unmodified
Added
Removed
Modified
  • DynamicFieldsPlugin

    v10 v11  
    129129
    130130
     131== About i18n/l10n support ==
     132The 0.12 branch of this plugin is prepared for localization.[[BR]]
     133But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
     134 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/dynfields Transifex] or
     135 2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     136
     137You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     138You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project]
     139via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     140
     141Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/dynfields/ dynfields][[BR]]
     142 [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/dynfields/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/dynfields/)]]
     143Kindly 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)]]
     144
     145Preparing the plugin from source requires the additional step of compiling message catalog files. This will be done automatically by invoking a suitable Babel install. Walk through:
     146{{{
     147cd dynamicfieldsplugin
     148python ./setup.py compile_catalog -f
     149python ./setup.py compile_catalog_js -f
     150python ./setup.py bdist_egg
     151}}}
     152Step 2 and 3 are almost obsolete, and only needed to include translations marked as `# fuzzy` by the translator, since
     153the compilation before packaging will do message catalog compilation compile only without the extra `-f` argument.
     154Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
     155
    131156== Recent Changes ==
    132157
     
    137162'''Author:''' [wiki:robguttman] [[BR]]
    138163'''Maintainer:''' [wiki:robguttman] [[BR]]
    139 '''Contributors:'''
     164'''Contributors:''' [wiki:hasienda]