summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-19 10:34:44 +0100
committerraveit65 <[email protected]>2019-11-19 10:34:44 +0100
commitc90055f4204ff998e304a3a414263777d567dbff (patch)
treeec4b52beb00a929413396ac9d4273dd9580631ad /makepot
parent5b2ae440b2cb68ac9cab90cf4ec870c8d92e5886 (diff)
downloadmate-calc-c90055f4204ff998e304a3a414263777d567dbff.tar.bz2
mate-calc-c90055f4204ff998e304a3a414263777d567dbff.tar.xz
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index 12f9dae..97b3e2d 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=mate-calc;
# 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 &&