summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-20 14:46:32 +0100
committerraveit65 <[email protected]>2019-11-20 14:46:32 +0100
commit73894f8191a846acd8aa353b388ddb53d7eee33a (patch)
tree10de7d09509a7bce1271e9d2ed39f99ea5a1f11d /makepot
parent83d810f9f318e100a01914bf777f732e1f418d95 (diff)
downloadeom-73894f8191a846acd8aa353b388ddb53d7eee33a.tar.bz2
eom-73894f8191a846acd8aa353b388ddb53d7eee33a.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 e78652d..6779886 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=eom;
# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&