summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 21:34:27 +0100
committerraveit65 <[email protected]>2019-11-06 21:34:27 +0100
commitf730744d17e8800121007e53098e95a96b66f1f5 (patch)
treed7f8d445e0fe88e24af47b2d63cacb014cc79c25
parent62e87cad2d5e6234fd6cb2189c92999c02e04b64 (diff)
downloadmate-user-share-f730744d17e8800121007e53098e95a96b66f1f5.tar.bz2
mate-user-share-f730744d17e8800121007e53098e95a96b66f1f5.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 c8ced12..fe61595 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,8 @@ PACKAGE=mate-user-share;
# 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 &&