~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to Messages.sh

  • Committer: Jonathan Riddell
  • Date: 2009-09-14 13:22:19 UTC
  • Revision ID: jriddell@canonical.com-20090914132219-5ykwzaxqrys0fy5c
Extract strings for KDE frontend into .pot file

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
if [ -d "po" ]; then
13
13
    if [ -f "po/$NAME.pot" ]; then
14
14
        echo "Merging $NAME.pot -> po/$NAME.pot ..."
15
 
        msgcat -o "po/$NAME.pot" "$NAME.pot"
 
15
        msgcat -o "po/tmp-$NAME.pot" "po/$NAME.pot" "$NAME.pot"
 
16
        mv "po/tmp-$NAME.pot" "po/$NAME.pot"
16
17
    else
17
18
        echo "Copying $NAME.pot -> po/$NAME.pot ..."
18
19
        cp "$NAME.pot" "po/$NAME.pot"