summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 10:13:57 +0100
committerraveit65 <[email protected]>2019-11-06 10:13:57 +0100
commit4fb7cbf3fe6faab9d878d513365128ee70bf4a38 (patch)
tree7362f128dcc2f10cd129172812bdb38768eabc19
parent8632a877646bd0a72e1466d943b588f2e07f2f0b (diff)
downloadmate-menus-4fb7cbf3fe6faab9d878d513365128ee70bf4a38.tar.bz2
mate-menus-4fb7cbf3fe6faab9d878d513365128ee70bf4a38.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 24ce7ac..78090d2 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=mate-menus;
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