summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-07 13:29:53 +0100
committerraveit65 <[email protected]>2019-11-07 13:29:53 +0100
commit03a25244d3582778cfca17ad19d9acd76865010a (patch)
tree877e7848948f6d4f6e634628fe9bb5b2a23c66a6
parent40d3c6ee66e5afa5d0a12638cbf087befd4df10c (diff)
downloadmate-control-center-03a25244d3582778cfca17ad19d9acd76865010a.tar.bz2
mate-control-center-03a25244d3582778cfca17ad19d9acd76865010a.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 ae3bf2f8..c37f8ab9 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,8 @@ PACKAGE=mate-control-center;
# normal translations
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 user-quide
rm -f help/$PACKAGE.pot &&