From e6322d0eaa40fbbbe47167d55cb0a537d6e5aee0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 18 Sep 2018 10:57:35 +0200 Subject: tx: add atril-user-guide to transifex config --- makepot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index 2fc02fc8..5f69c26e 100755 --- a/makepot +++ b/makepot @@ -1,5 +1,9 @@ #! /bin/sh PACKAGE=atril; +PACKAGE_GUIDE=atril-user-quide; +# normal translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +# translations for user-quide +make -C help $PACKAGE_GUIDE.pot && mv help/$PACKAGE_GUIDE.pot . -- cgit v1.2.1