diff options
author | raveit65 <[email protected]> | 2019-11-06 21:34:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-06 21:34:27 +0100 |
commit | f730744d17e8800121007e53098e95a96b66f1f5 (patch) | |
tree | d7f8d445e0fe88e24af47b2d63cacb014cc79c25 | |
parent | 62e87cad2d5e6234fd6cb2189c92999c02e04b64 (diff) | |
download | mate-user-share-f730744d17e8800121007e53098e95a96b66f1f5.tar.bz2 mate-user-share-f730744d17e8800121007e53098e95a96b66f1f5.tar.xz |
tx: add fixes to makepot script
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ PACKAGE=mate-user-share; # normal translations 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 # translations for user-quide rm -f help/$PACKAGE.pot && |