summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-13 16:07:20 +0100
committerraveit65 <[email protected]>2020-01-13 16:07:20 +0100
commit4afe6fd8b179b7c6a689512a8eb13b81e1735c40 (patch)
tree236dc7273967090afd34827f5f42060045c8e0a6
parenta10e24acbf31c3c40c83c70aa8850628498e6690 (diff)
downloadmate-user-guide-4afe6fd8b179b7c6a689512a8eb13b81e1735c40.tar.bz2
mate-user-guide-4afe6fd8b179b7c6a689512a8eb13b81e1735c40.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 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 &&