From 03a25244d3582778cfca17ad19d9acd76865010a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 7 Nov 2019 13:29:53 +0100 Subject: tx: add fixes to makepot script --- makepot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepot b/makepot index ae3bf2f8..c37f8ab9 100755 --- a/makepot +++ b/makepot @@ -4,6 +4,8 @@ PACKAGE=mate-control-center; # normal translations 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 # translations for user-quide rm -f help/$PACKAGE.pot && -- cgit v1.2.1