diff options
author | raveit65 <[email protected]> | 2019-11-12 18:26:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-12 18:26:06 +0100 |
commit | 3bd57f64e4633d58970089d2f5c26f7691a2d1e3 (patch) | |
tree | 1659f658d82b8ce7ada937b35b25f6e2acf252be /makepot | |
parent | 37f44f673b450a0f33c08c99c6787f493bda8def (diff) | |
download | mate-power-manager-3bd57f64e4633d58970089d2f5c26f7691a2d1e3.tar.bz2 mate-power-manager-3bd57f64e4633d58970089d2f5c26f7691a2d1e3.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=mate-power-manager; # 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 && |