gatuno-terminal/makepot

12 lines
240 B
Bash
Executable File

#! /bin/sh
PACKAGE=mate-terminal;
# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&
make -C help $PACKAGE.pot