Skip to content

Commit 98499a0

Browse files
author
raveit65
committed
search-tool: disable translations for ca@valencia
fixes build error with help files with fedora 29 (itstool-2.0.5) probably a xml language error.
1 parent 47cbf08 commit 98499a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsearchtool/help/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HELP_FILES = index.docbook legal.xml
66
HELP_MEDIA = figures/mate-search-tool_window.png
77

88
# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
9-
IGNORE_HELP_LINGUAS =
9+
IGNORE_HELP_LINGUAS = ca@valencia
1010
HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
1111
$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
1212
$(subst /,,$(dir $(wildcard */*.po))) )

0 commit comments

Comments
 (0)