From 4afe6fd8b179b7c6a689512a8eb13b81e1735c40 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 13 Jan 2020 16:07:20 +0100 Subject: tx: add fixes to makepot script --- makepot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepot b/makepot index 858e522..e7f8f02 100755 --- a/makepot +++ b/makepot @@ -4,6 +4,8 @@ PACKAGE=mate-user-guide; # normal translations for the package 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 the quide itself rm -f $PACKAGE/$PACKAGE.pot && -- cgit v1.2.1