From 3bd57f64e4633d58970089d2f5c26f7691a2d1e3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 12 Nov 2019 18:26:06 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index 85446ad..0196268 100755 --- a/makepot +++ b/makepot @@ -4,6 +4,7 @@ PACKAGE=mate-power-manager; # 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 && -- cgit v1.2.1