tx: add fixes to makepot script
parent
f1f0333cfa
commit
6638a36b6b
1
makepot
1
makepot
|
@ -4,6 +4,7 @@ PACKAGE=mate-terminal;
|
||||||
|
|
||||||
# normal translations for the package
|
# normal translations for the package
|
||||||
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
|
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
|
||||||
|
sed -i "/#, fuzzy/d" $PACKAGE.pot
|
||||||
|
|
||||||
# translations for user-quide
|
# translations for user-quide
|
||||||
rm -f help/$PACKAGE.pot &&
|
rm -f help/$PACKAGE.pot &&
|
||||||
|
|
Loading…
Reference in New Issue