summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 10:25:59 +0100
committerraveit65 <[email protected]>2019-11-06 10:25:59 +0100
commitda8e25a853096997d568d471e81eee2a337d0f92 (patch)
treef6875c45641ec78b8f7fa204276c4667e391970b
parent5c4234dae9346a2fe597d04a530a4210715bd88f (diff)
downloadmate-screensaver-da8e25a853096997d568d471e81eee2a337d0f92.tar.bz2
mate-screensaver-da8e25a853096997d568d471e81eee2a337d0f92.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 1fc5034..b62062a 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-screensaver;
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