diff options
author | raveit65 <[email protected]> | 2019-11-07 12:09:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 12:09:30 +0100 |
commit | 44dd04c79e96f54074b4a7f6cdf75d5e06c387e5 (patch) | |
tree | 8752a1aafd2cf9cb101b7c0da8eb86c04509bfa0 /makepot | |
parent | 6b05461f39fc2485c091632c23cecaa88e121d3e (diff) | |
download | mate-notification-daemon-44dd04c79e96f54074b4a7f6cdf75d5e06c387e5.tar.bz2 mate-notification-daemon-44dd04c79e96f54074b4a7f6cdf75d5e06c387e5.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-notification-daemon; 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 |