From 217c79fe5ceeb98018cc6f86185359ce110c20d1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 17 Mar 2018 14:40:33 +0100 Subject: tx: add makepot and .pot files --- makepot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 makepot (limited to 'makepot') diff --git a/makepot b/makepot new file mode 100755 index 00000000..9e8e6c97 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-panel; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . -- cgit v1.2.1