Changeset 1641

Show
Ignore:
Timestamp:
07/24/04 23:03:35 (20 years ago)
Author:
jalet
Message:

Added some comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/extractmsg.sh

    r1613 r1641  
    1414# $Id$ 
    1515# 
     16# 
     17# First ensures there's no existing file 
    1618rm -f /tmp/pykota.po 
     19# 
     20# Then extract messages 
    1721xgettext --language=python --default-domain=pykota --output-dir=/tmp --no-location --msgid-bugs-address="alet@librelogiciel.com" $* 
    18