Skip to content

Commit

Permalink
tx: add fixes to makepot script
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Nov 7, 2019
1 parent 40d3c6e commit 03a2524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makepot
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 03a2524

Please sign in to comment.