diff options
| author | raveit65 <[email protected]> | 2019-11-19 10:34:44 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2019-11-19 10:34:44 +0100 |
| commit | c90055f4204ff998e304a3a414263777d567dbff (patch) | |
| tree | ec4b52beb00a929413396ac9d4273dd9580631ad | |
| parent | 5b2ae440b2cb68ac9cab90cf4ec870c8d92e5886 (diff) | |
| download | mate-calc-c90055f4204ff998e304a3a414263777d567dbff.tar.bz2 mate-calc-c90055f4204ff998e304a3a414263777d567dbff.tar.xz | |
tx: add fixes to makepot script
| -rwxr-xr-x | makepot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ PACKAGE=mate-calc; # 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 && |
