summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-07 09:53:36 +0100
committerraveit65 <[email protected]>2019-11-07 09:53:36 +0100
commitc66d40b783fba0658adce9c6822a01ebc9d09ea5 (patch)
treee4c56e72335cd562818b954f04d4464ef7665179 /makepot
parenta8f7c465faff578513ae308fe1e87e59f9810d05 (diff)
downloadmate-polkit-c66d40b783fba0658adce9c6822a01ebc9d09ea5.tar.bz2
mate-polkit-c66d40b783fba0658adce9c6822a01ebc9d09ea5.tar.xz
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
diff --git a/makepot b/makepot
index a57ddc7..8e8fc84 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-polkit;
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