Changes between Version 42 and Version 43 of WikiTicketCalendarMacro


Ignore:
Timestamp:
Jul 15, 2010, 1:08:18 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

updated development notes after bugfix for unattended message catalog compilation

Legend:

Unmodified
Added
Removed
Modified
  • WikiTicketCalendarMacro

    v42 v43  
    100100python ./setup.py bdist_egg
    101101}}}
    102 If you missed the 3rd step, you'll get an error in the 4th step complaining about missing `locale` directory.
    103 This is just a side-effect, because there are no complied message catalogs for inclusion into Python egg, hence the whole path is missing.[[BR]]
     102If you missed the 3rd step, this will be taken care for before the build step 4.[[BR]]
    104103To exclude translations marked as `# fuzzy` by the translator, you'll want to omit the extra `-f` argument to message catalog compilation.
     104In fact this is the default for automatic compilation before the build.
    105105Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
    106106