From 103c6994ce84484eb84ce8a7fba1ac825cb11ad6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 28 Sep 2018 15:30:57 +0200 Subject: tx: add fish and clock help to transifex config --- makepot | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index 9e8e6c97..e845bf82 100755 --- a/makepot +++ b/makepot @@ -1,5 +1,16 @@ #! /bin/sh PACKAGE=mate-panel; +CLOCK=mate-clock; +FISH=mate-fish; +# regular translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . + +# clock +make -C help/$CLOCK $CLOCK.pot \ +&& mv help/$CLOCK/$CLOCK.pot . + +# fish +make -C help/$FISH $FISH.pot \ +&& mv help/$FISH/$FISH.pot . -- cgit v1.2.1