summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-18 10:57:35 +0200
committerraveit65 <[email protected]>2018-09-18 10:57:35 +0200
commite6322d0eaa40fbbbe47167d55cb0a537d6e5aee0 (patch)
treeeadcaed53cb5afb097fb5624c621ce35bd0272ef /makepot
parent856bf945f4bb3956660d910239796b1500dd4999 (diff)
downloadatril-e6322d0eaa40fbbbe47167d55cb0a537d6e5aee0.tar.bz2
atril-e6322d0eaa40fbbbe47167d55cb0a537d6e5aee0.tar.xz
tx: add atril-user-guide to transifex config
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot4
1 files changed, 4 insertions, 0 deletions
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 .