diff options
author | raveit65 <[email protected]> | 2019-11-19 12:03:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-19 12:03:07 +0100 |
commit | 5b14f99379455711858efc9d3d05e5a7001b2149 (patch) | |
tree | 0d03817470fd023105d62917eea95a6067a83f1b /makepot | |
parent | efb0dc68f29c09739dfe439cb49d537c84632734 (diff) | |
download | mozo-5b14f99379455711858efc9d3d05e5a7001b2149.tar.bz2 mozo-5b14f99379455711858efc9d3d05e5a7001b2149.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=mozo; rm -f po/$PACKAGE.pot && 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 |