From 97d639522285ef40a2c2f6f7372a4b4b535d8135 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 11 Nov 2019 09:43:41 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index c869ff6f..8866afb1 100755 --- a/makepot +++ b/makepot @@ -4,6 +4,7 @@ PACKAGE=atril; # 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