3 echo Extracting messages from
source files...
6 (cd ..
; python po
/tips.py
;
7 xgettext
--keyword=_
--keyword=N_
--output=$@
${SRCS} tips
)
10 echo Updating all .po files...
14 echo -n "Updating '$FILE' translation"
15 mv "$FILE" "$FILE.old"
16 msgmerge
"$FILE.old" ..
/messages.pot
> "$FILE";