diff options
author | raveit65 <[email protected]> | 2018-09-18 10:42:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-18 10:42:05 +0200 |
commit | f4e107c800250744d7aa7b761e4b7fb94ede3b35 (patch) | |
tree | 62008a4034f0ec38feec5f21c1cc8a350ba5f1b0 /makepot | |
parent | 81934df6a2dd673a7cda631ac47420bd357ba250 (diff) | |
download | atril-f4e107c800250744d7aa7b761e4b7fb94ede3b35.tar.bz2 atril-f4e107c800250744d7aa7b761e4b7fb94ede3b35.tar.xz |
tx: add atril-user-guide to transifex config
and correct path of normal .pot file
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 . |