From 96b8f8636055baf9fcb82845553667ce05416b09 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 6 Nov 2019 10:35:00 +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 35351ee..8d7bd8e 100755 --- a/makepot +++ b/makepot @@ -3,3 +3,4 @@ PACKAGE=libmateweather; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot -- cgit v1.2.1