diff options
author | raveit65 <[email protected]> | 2018-12-26 09:54:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-26 09:58:05 +0100 |
commit | 98499a0ad10b5ee92bd838b686d0d26326e2236a (patch) | |
tree | 6b5886301c537e7139f70caa7d521d918a85b864 /gsearchtool | |
parent | 47cbf08114b7c29bb47d4ebe7888b0fa0515246d (diff) | |
download | mate-utils-98499a0ad10b5ee92bd838b686d0d26326e2236a.tar.bz2 mate-utils-98499a0ad10b5ee92bd838b686d0d26326e2236a.tar.xz |
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.
Diffstat (limited to 'gsearchtool')
-rw-r--r-- | gsearchtool/help/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearchtool/help/Makefile.am b/gsearchtool/help/Makefile.am index ad59d979..da7a0ee4 100644 --- a/gsearchtool/help/Makefile.am +++ b/gsearchtool/help/Makefile.am @@ -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))) ) |