Changes between Version 62 and Version 63 of TagsPlugin

Show
Ignore:
Author:
hasienda (IP: 0.0.0.0)
Timestamp:
11/05/12 00:05:43 (7 months ago)
Comment:

missing locale shouln't happen since this has been dealt with since a long time now

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v62 v63  
    190190python ./setup.py bdist_egg 
    191191}}}  
    192 Complaints 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]] 
     192Due to a know Trac issue Babel has to be installed prior to Trac, to get it all working as expected.[[BR]] 
    193193Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins]. 
    194194