diff options
author | raveit65 <[email protected]> | 2019-11-07 13:29:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 13:29:53 +0100 |
commit | 03a25244d3582778cfca17ad19d9acd76865010a (patch) | |
tree | 877e7848948f6d4f6e634628fe9bb5b2a23c66a6 /makepot | |
parent | 40d3c6ee66e5afa5d0a12638cbf087befd4df10c (diff) | |
download | mate-control-center-03a25244d3582778cfca17ad19d9acd76865010a.tar.bz2 mate-control-center-03a25244d3582778cfca17ad19d9acd76865010a.tar.xz |
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ PACKAGE=mate-control-center; # 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 && |