tx: add fixes to makepot script

raveit65 2019-11-16 13:09:57 +01:00
parent f1f0333cfa
commit 6638a36b6b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ PACKAGE=mate-terminal;
# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&