File tree Expand file tree Collapse file tree 4 files changed +3373
-1
lines changed
Expand file tree Collapse file tree 4 files changed +3373
-1
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,10 @@ source_file = po/pluma.pot
77source_lang = en
88type = PO
99minimum_perc = 2
10+
11+ [MATE.1-20--pluma-user-quide]
12+ file_filter = help/<lang>/<lang>.po
13+ source_file = pluma-user-quide.pot
14+ source_lang = en
15+ type = PO
16+ minimum_perc = 2
Original file line number Diff line number Diff line change 11@YELP_HELP_RULES@
22
3- HELP_ID = pluma
3+ HELP_ID = pluma-user-quide
44HELP_FILES = index.docbook legal.xml
55HELP_MEDIA = \
66 figures/pluma_format_bold.png \
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33PACKAGE=pluma;
4+ PACKAGE_GUIDE=pluma-user-quide;
45
6+ # normal translations
57make -C po $PACKAGE .pot && mv po/$PACKAGE .pot .
8+ # translations for user-quide
9+ make -C help $PACKAGE_GUIDE .pot && mv help/$PACKAGE_GUIDE .pot .
You can’t perform that action at this time.
0 commit comments