summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-11 09:43:41 +0100
committerraveit65 <[email protected]>2019-11-11 09:43:41 +0100
commit97d639522285ef40a2c2f6f7372a4b4b535d8135 (patch)
tree96bf3c5e134def1261e95cdccb913a67864979d4 /makepot
parentb8aa2947b35ff1b5a56181d3d35fd2083beb7283 (diff)
downloadatril-97d639522285ef40a2c2f6f7372a4b4b535d8135.tar.bz2
atril-97d639522285ef40a2c2f6f7372a4b4b535d8135.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 c869ff6f..8866afb1 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=atril;
# 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 &&