Show
Ignore:
Timestamp:
12/13/07 19:32:52 (16 years ago)
Author:
jerome
Message:

All message catalogs are now encoded in UTF-8.
Updated the manual pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/genmo.sh

    r3259 r3272  
    2525            cd $dir ; 
    2626            chmod 644 *.?o ; 
    27             msgmerge --no-location --no-fuzzy-matching --output-file=pykota.po.new pykota.po ../pykota.pot ; 
     27            msgmerge --no-wrap --no-location --no-fuzzy-matching --output-file=pykota.po.new pykota.po ../pykota.pot ; 
    2828            mv pykota.po.new pykota.po ; 
    2929            /bin/rm -f pykota.mo ;