summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-23 12:42:11 +0200
committerraveit65 <[email protected]>2018-09-23 12:42:11 +0200
commit81f225ebad5329ccb37c38a8f9f68b898ff49e30 (patch)
treea3854d8215ef200b8cb02899da99acc306915d15
parented8910bf328b764a60b1ed9e0b958da27ebfa963 (diff)
downloadpluma-81f225ebad5329ccb37c38a8f9f68b898ff49e30.tar.bz2
pluma-81f225ebad5329ccb37c38a8f9f68b898ff49e30.tar.xz
tx: add pluma-user-guide to transifex config
and generate the source file
-rw-r--r--.tx/config7
-rw-r--r--help/Makefile.am2
-rwxr-xr-xmakepot4
3 files changed, 12 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config
index d6e6747e..f1d5ae6b 100644
--- a/.tx/config
+++ b/.tx/config
@@ -7,3 +7,10 @@ source_file = po/pluma.pot
source_lang = en
type = PO
minimum_perc = 2
+
+[MATE.master--pluma-user-quide]
+file_filter = help/<lang>/<lang>.po
+source_file = pluma-user-quide.pot
+source_lang = en
+type = PO
+minimum_perc = 2
diff --git a/help/Makefile.am b/help/Makefile.am
index a7c9bac9..6ec401e8 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,6 +1,6 @@
@YELP_HELP_RULES@
-HELP_ID = pluma
+HELP_ID = pluma-user-quide
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = \
figures/pluma_format_bold.png \
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 .