diff options
author | raveit65 <[email protected]> | 2019-12-03 17:59:39 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-03 17:59:39 +0100 |
commit | 2738265fa574493db5a7db9f23307742d3ba2ef7 (patch) | |
tree | 6a9b5237ef990a64487b9f459e7a17f938251f1a /makepot | |
parent | fafd17759d8ab851bdf9d2a0c79d4e036651799f (diff) | |
download | pluma-2738265fa574493db5a7db9f23307742d3ba2ef7.tar.bz2 pluma-2738265fa574493db5a7db9f23307742d3ba2ef7.tar.xz |
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ PACKAGE=pluma; # 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 && |