diff options
author | raveit65 <[email protected]> | 2019-11-06 21:09:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-06 21:09:33 +0100 |
commit | ea47ea48e57fb2b53241cc51b9b640320293e3b1 (patch) | |
tree | 1508b41e9758aac1fdb27fdb8aa24ac84afd7e1c /makepot | |
parent | 488576a858e4dc64293f1414d9bd94c13081cb01 (diff) | |
download | mate-themes-ea47ea48e57fb2b53241cc51b9b640320293e3b1.tar.bz2 mate-themes-ea47ea48e57fb2b53241cc51b9b640320293e3b1.tar.xz |
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ PACKAGE=mate-themes; 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 |