diff options
author | raveit65 <[email protected]> | 2019-11-18 19:48:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-18 19:48:23 +0100 |
commit | 83603b62cd643af1e9f3a7ae0ef6eeb770e791f3 (patch) | |
tree | da23b6fd84b94195b36a700ce57eeae8a6a4f286 /makepot | |
parent | aa7a41e3e6766d920c0662bdc2e444711b6535fe (diff) | |
download | marco-83603b62cd643af1e9f3a7ae0ef6eeb770e791f3.tar.bz2 marco-83603b62cd643af1e9f3a7ae0ef6eeb770e791f3.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=marco; 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 |