Changes between Version 5 and Version 6 of DataSaverPlugin


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

added an i18n/l10n section

Legend:

Unmodified
Added
Removed
Modified
  • DataSaverPlugin

    v5 v6  
    4242and when you return you can simply click "Restore Form" to retrieve it. 
    4343
     44== About i18n/l10n support ==
     45The development version of this plugin is prepared for localization.[[BR]]
     46But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
     47 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/datasaver Transifex] or
     48 2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     49
     50You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     51You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project]
     52via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     53
     54Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/datasaver/ datasaver][[BR]]
     55 [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/datasaver/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/datasaver/)]]
     56Kindly 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)]]
     57
     58Preparing 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:
     59{{{
     60cd dynamicfieldsplugin
     61python ./setup.py compile_catalog -f
     62python ./setup.py bdist_egg
     63}}}
     64Step 2 is almost obsolete, and only needed to include translations marked as `# fuzzy` by the translator, since
     65the compilation before packaging will do message catalog compilation compile only without the extra `-f` argument.
     66Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
     67
    4468== Recent Changes ==
    4569[[ChangeLog(datasaverplugin, 3)]]