mate-control-center/makepot

13 lines
286 B
Plaintext
Raw Normal View History

2018-03-16 16:24:38 +02:00
#! /bin/sh
PACKAGE=mate-control-center;
# normal translations
2018-03-16 16:24:38 +02:00
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
2019-11-07 14:29:53 +02:00
sed -i "/#, fuzzy/d" $PACKAGE.pot
sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&
make -C help $PACKAGE.pot