From 5b14f99379455711858efc9d3d05e5a7001b2149 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 19 Nov 2019 12:03:07 +0100 Subject: tx: add fixes to makepot script --- makepot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepot b/makepot index e935a8d..ecbb58d 100755 --- a/makepot +++ b/makepot @@ -3,3 +3,5 @@ PACKAGE=mozo; rm -f po/$PACKAGE.pot && 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