summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 21:09:33 +0100
committerraveit65 <[email protected]>2019-11-06 21:09:33 +0100
commitea47ea48e57fb2b53241cc51b9b640320293e3b1 (patch)
tree1508b41e9758aac1fdb27fdb8aa24ac84afd7e1c
parent488576a858e4dc64293f1414d9bd94c13081cb01 (diff)
downloadmate-themes-ea47ea48e57fb2b53241cc51b9b640320293e3b1.tar.bz2
mate-themes-ea47ea48e57fb2b53241cc51b9b640320293e3b1.tar.xz
tx: add fixes to makepot script
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
diff --git a/makepot b/makepot
index 25e25d56..1baf4480 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-themes;
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