From 81f225ebad5329ccb37c38a8f9f68b898ff49e30 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 23 Sep 2018 12:42:11 +0200 Subject: tx: add pluma-user-guide to transifex config and generate the source file --- makepot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index 28cb0989..65efc450 100755 --- a/makepot +++ b/makepot @@ -1,5 +1,9 @@ #! /bin/sh PACKAGE=pluma; +PACKAGE_GUIDE=pluma-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