summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
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 &&