Show
Ignore:
Timestamp:
10/16/06 06:31:35 (2 years ago)
Author:
mdodoo
Message:

Sync with trunk up to (but not including changeset [1585]). I should *definitely* do this more often, because this was really annoying.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multiuser/dist/l10n.sh

    r1505 r1604  
    99touch $POT 
    1010echo "Updating template: $POT" 
    11 find . -name \*.php | xargs xgettext -o $POT --no-wrap -j -lPHP -k__ 
     11find . -name \*.php | xargs xgettext -o $POT -j -lPHP -k__ 
    1212 
    1313POFILE=messages.po