summaryrefslogtreecommitdiff
path: root/makepot
blob: ecbb58d390c7b20b34064c538db059b30c8e1a5d (plain)
1
2
3
4
5
6
7
#! /bin/sh

PACKAGE=mozo;

rm -f po/$PACKAGE.pot && make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot
sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot