From 23df1d03f15c595a24efb76a50ed98768e014962 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 14 Nov 2019 14:38:53 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index e845bf82..a6c3af94 100755 --- a/makepot +++ b/makepot @@ -6,6 +6,7 @@ FISH=mate-fish; # regular translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot # clock make -C help/$CLOCK $CLOCK.pot \ -- cgit v1.2.1