summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-14 14:38:53 +0100
committerraveit65 <[email protected]>2019-11-14 14:38:53 +0100
commit23df1d03f15c595a24efb76a50ed98768e014962 (patch)
tree0a2e00acedeeddb397f1718f7de8a4fbd03fdc94 /makepot
parent71de707d608aec853eda18c4ff876d4cf902f8be (diff)
downloadmate-panel-23df1d03f15c595a24efb76a50ed98768e014962.tar.bz2
mate-panel-23df1d03f15c595a24efb76a50ed98768e014962.tar.xz
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index e845bf82..a6c3af94 100755
--- a/makepot
+++ b/makepot
@@ -6,6 +6,7 @@ FISH=mate-fish;
# regular translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
# clock
make -C help/$CLOCK $CLOCK.pot \