Skip to content

Commit

Permalink
search-tool: disable translations for ca@valencia
Browse files Browse the repository at this point in the history
fixes build error with help files with fedora 29

probably an xml language error.
  • Loading branch information
raveit65 committed Dec 25, 2018
1 parent b1138d4 commit e57612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsearchtool/help/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HELP_FILES = index.docbook legal.xml
HELP_MEDIA = figures/mate-search-tool_window.png

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

0 comments on commit e57612b

Please sign in to comment.