summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-12-03 17:37:22 +0100
committerraveit65 <[email protected]>2019-12-03 17:37:22 +0100
commit9ed63df945aedeb9de04719854c05a2f7cd25f10 (patch)
treee4b3db54ee96f88ac973dfff5c66fbe9bf255afc
parente5bbfbbadb8129aba4c2f67498bf768853df8063 (diff)
downloadengrampa-9ed63df945aedeb9de04719854c05a2f7cd25f10.tar.bz2
engrampa-9ed63df945aedeb9de04719854c05a2f7cd25f10.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 840a73b..2687b57 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=engrampa;
# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&