Changes between Version 55 and Version 56 of WikiTicketCalendarMacro


Ignore:
Timestamp:
Dec 6, 2010, 10:27:03 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

add contributor of i18n related stuff and more, fixing i18n section after Transifex upgrade as well

Legend:

Unmodified
Added
Removed
Modified
  • WikiTicketCalendarMacro

    v55 v56  
    162162via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
    163163
    164 Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/wikiticketcalendar/ wikiticketcalendar][[BR]]
    165  [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/wikiticketcalendar/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/wikiticketcalendar/)]]
    166 Kindly 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)]]
     164Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/etcalendar-locale-messages-pot_0/ etcalendar-locale-messages-pot_0][[BR]]
     165 [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/etcalendar-locale-messages-pot_0/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/etcalendar-locale-messages-pot_0/)]]
     166Kindly provided by [[Image(http://sw.transifex.net/3/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
    167167
    168 Preparing the plugin from source requires the additional step of compiling message catalog files. Walk through:
     168Preparing 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:
    169169{{{
    170 cd wikiticketcalendarmacro
     170cd wikiticketcalendarmacro/
    171171python ./setup.py compile_catalog -f
    172172python ./setup.py bdist_egg
    173173}}}
    174 But if you missed the 2rd step, this will be taken care for before the build step 3.[[BR]]
    175 To exclude translations marked as `# fuzzy` by the translator, you'll want to omit the extra `-f` argument to message catalog compilation.
    176 In fact this is the default for automatic compilation before the build.
     174Complaints 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]]
    177175Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
     176
    178177
    179178== Recent Changes ==
     
    185184'''Author:''' [wiki:mcomb][[BR]]
    186185'''Maintainer:''' [wiki:hasienda][[BR]]
    187 '''Contributors:''' [wiki:rjollos]
     186'''Contributors:''' Boris Savelev, [wiki:rjollos]