File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ minimum_perc = 2
1010
1111[MATE.master--mate-user-guide-content]
1212file_filter = mate-user-guide/<lang>/<lang>.po
13- source_file = mate-user-guide-content .pot
13+ source_file = mate-user-guide/mate-user-guide .pot
1414source_lang = en
1515type = PO
1616minimum_perc = 2
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33PACKAGE=mate-user-guide;
4- PACKAGE_CONTENT=mate-user-guide-content;
54
65# normal translations for the package
76make -C po $PACKAGE .pot && mv po/$PACKAGE .pot .
87
98# translations for the quide itself
10- make -C $PACKAGE $PACKAGE_CONTENT .pot && mv $ PACKAGE/ $PACKAGE_CONTENT .pot .
9+ make -C $PACKAGE $PACKAGE .pot
Original file line number Diff line number Diff line change 11@YELP_HELP_RULES@
22
3- HELP_ID = mate-user-guide-content
3+ HELP_ID = mate-user-guide
44HELP_FILES = index.docbook \
55 legal.xml \
66 gosbasic.xml \
You can’t perform that action at this time.
0 commit comments