summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-07 12:09:30 +0100
committerraveit65 <[email protected]>2019-11-07 12:09:30 +0100
commit44dd04c79e96f54074b4a7f6cdf75d5e06c387e5 (patch)
tree8752a1aafd2cf9cb101b7c0da8eb86c04509bfa0
parent6b05461f39fc2485c091632c23cecaa88e121d3e (diff)
downloadmate-notification-daemon-44dd04c79e96f54074b4a7f6cdf75d5e06c387e5.tar.bz2
mate-notification-daemon-44dd04c79e96f54074b4a7f6cdf75d5e06c387e5.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 ce03a79..fe57579 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-notification-daemon;
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