Changeset 1688

Show
Ignore:
Timestamp:
02/07/07 09:01:52 (22 months ago)
Author:
mbonetti
Message:

updated l10n script

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/dist/l10n.sh

    r1614 r1688  
    99touch $POT 
    1010echo "Updating template: $POT" 
    11 find . -name \*.php | xargs xgettext -o $POT -j -lPHP -k__ 
     11find . -name \*.php | xargs xgettext -o $POT --no-wrap -j -lPHP -k__ 
    1212 
    1313POFILE=messages.po 
     
    1818    echo "Updating $PO/$POFILE" 
    1919    touch $PO/$POFILE 
    20     msgmerge -N -v --update $PO/$POFILE $POT 
     20    msgmerge  -v -F --no-wrap --update --no-fuzzy-matching $PO/$POFILE $POT 
    2121    echo "Building $PO/$MOFILE"  
    2222    msgfmt -o $PO/$MOFILE $PO/$POFILE