Skip to content

Commit

Permalink
tx: add userguide to transifex config
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Sep 23, 2018
1 parent a8ac68d commit 1566812
Show file tree
Hide file tree
Showing 4 changed files with 3,373 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ source_file = po/pluma.pot
source_lang = en
type = PO
minimum_perc = 2

[MATE.1-20--pluma-user-quide]
file_filter = help/<lang>/<lang>.po
source_file = pluma-user-quide.pot
source_lang = en
type = PO
minimum_perc = 2
2 changes: 1 addition & 1 deletion help/Makefile.am
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 4 additions & 0 deletions makepot
Original file line number Diff line number Diff line change
@@ -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 .
Loading

0 comments on commit 1566812

Please sign in to comment.