From 2738265fa574493db5a7db9f23307742d3ba2ef7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 3 Dec 2019 17:59:39 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) (limited to 'makepot') 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 && -- cgit v1.2.1