summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-07 00:41:33 +0100
committerraveit65 <[email protected]>2020-01-07 00:41:33 +0100
commit44f2ecdbacbb000b3bafbd4e05f354a5bcb8629f (patch)
treec90e1c72fca46cba4c196ddbce8e7e0018e37d8a
parentf17679d16b4b56bd07201be79f7edeaaccf05afd (diff)
downloadpython-caja-44f2ecdbacbb000b3bafbd4e05f354a5bcb8629f.tar.bz2
python-caja-44f2ecdbacbb000b3bafbd4e05f354a5bcb8629f.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 0fa4ecd..e85eac4 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=python-caja;
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