summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-16 13:09:57 +0100
committerraveit65 <[email protected]>2019-11-16 13:09:57 +0100
commit6638a36b6b838e8741087b2adcf610a7cebb9695 (patch)
treed85bddbf123a184f4856c1d8a1f15780459e86e2
parentf1f0333cfa44464bbfde18e0fa544fb5973df86f (diff)
downloadmate-terminal-6638a36b6b838e8741087b2adcf610a7cebb9695.tar.bz2
mate-terminal-6638a36b6b838e8741087b2adcf610a7cebb9695.tar.xz
tx: add fixes to makepot script
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index 7ec070b..5e6c403 100755
--- a/makepot
+++ b/makepot
@@ -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 &&