summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-18 19:48:23 +0100
committerraveit65 <[email protected]>2019-11-18 19:48:23 +0100
commit83603b62cd643af1e9f3a7ae0ef6eeb770e791f3 (patch)
treeda23b6fd84b94195b36a700ce57eeae8a6a4f286
parentaa7a41e3e6766d920c0662bdc2e444711b6535fe (diff)
downloadmarco-83603b62cd643af1e9f3a7ae0ef6eeb770e791f3.tar.bz2
marco-83603b62cd643af1e9f3a7ae0ef6eeb770e791f3.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 74fa489c..aed1b186 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=marco;
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