diff options
author | raveit65 <[email protected]> | 2020-01-13 16:07:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-13 16:07:20 +0100 |
commit | 4afe6fd8b179b7c6a689512a8eb13b81e1735c40 (patch) | |
tree | 236dc7273967090afd34827f5f42060045c8e0a6 | |
parent | a10e24acbf31c3c40c83c70aa8850628498e6690 (diff) | |
download | mate-user-guide-4afe6fd8b179b7c6a689512a8eb13b81e1735c40.tar.bz2 mate-user-guide-4afe6fd8b179b7c6a689512a8eb13b81e1735c40.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-guide; # normal translations for the package 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 the quide itself rm -f $PACKAGE/$PACKAGE.pot && |