summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-19 12:03:07 +0100
committerraveit65 <[email protected]>2019-11-19 12:03:07 +0100
commit5b14f99379455711858efc9d3d05e5a7001b2149 (patch)
tree0d03817470fd023105d62917eea95a6067a83f1b
parentefb0dc68f29c09739dfe439cb49d537c84632734 (diff)
downloadmozo-5b14f99379455711858efc9d3d05e5a7001b2149.tar.bz2
mozo-5b14f99379455711858efc9d3d05e5a7001b2149.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 e935a8d..ecbb58d 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mozo;
rm -f po/$PACKAGE.pot && 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