diff options
author | raveit65 <[email protected]> | 2019-11-07 09:53:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 09:53:36 +0100 |
commit | c66d40b783fba0658adce9c6822a01ebc9d09ea5 (patch) | |
tree | e4c56e72335cd562818b954f04d4464ef7665179 | |
parent | a8f7c465faff578513ae308fe1e87e59f9810d05 (diff) | |
download | mate-polkit-c66d40b783fba0658adce9c6822a01ebc9d09ea5.tar.bz2 mate-polkit-c66d40b783fba0658adce9c6822a01ebc9d09ea5.tar.xz |
tx: add fixes to makepot script
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ PACKAGE=mate-polkit; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot +sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot |