summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 22:31:53 +0100
committerraveit65 <[email protected]>2019-11-06 22:31:53 +0100
commitc74b2cb2c0976e6a3ccbec4da086a7e24fcdffb8 (patch)
tree1ccc5d2520999bbd78fa005b16ea07554befdbb9
parentf10f9532868ba2362c8c18a1fe56e201779092bd (diff)
downloadlibmatekbd-c74b2cb2c0976e6a3ccbec4da086a7e24fcdffb8.tar.bz2
libmatekbd-c74b2cb2c0976e6a3ccbec4da086a7e24fcdffb8.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 9663494..84d0c24 100755
--- a/makepot
+++ b/makepot
@@ -3,3 +3,5 @@
PACKAGE=libmatekbd;
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