From 3310933581879d0665897e22cd61fbf475cc73a6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 20 Nov 2019 17:17:41 +0100 Subject: tx: add fixes to makepot script --- makepot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index 8f8e566..26914ce 100755 --- a/makepot +++ b/makepot @@ -3,3 +3,5 @@ PACKAGE=mate-icon-theme; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot +sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot -- cgit v1.2.1