summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-12-03 17:59:39 +0100
committerraveit65 <[email protected]>2019-12-03 17:59:39 +0100
commit2738265fa574493db5a7db9f23307742d3ba2ef7 (patch)
tree6a9b5237ef990a64487b9f459e7a17f938251f1a
parentfafd17759d8ab851bdf9d2a0c79d4e036651799f (diff)
downloadpluma-2738265fa574493db5a7db9f23307742d3ba2ef7.tar.bz2
pluma-2738265fa574493db5a7db9f23307742d3ba2ef7.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 ef30df9f..b05316d6 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=pluma;
# 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 &&