diff options
author | raveit65 <[email protected]> | 2019-02-15 14:35:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-15 14:35:26 +0100 |
commit | 473550f11459948929bb51cb28c62c893d805b02 (patch) | |
tree | 7d01ab95c8259ba641904c53be35ee31cb8a8e09 | |
parent | 415326a64b12ab3c5b5e1dc6b3f6df4a0d69fb18 (diff) | |
download | mate-utils-473550f11459948929bb51cb28c62c893d805b02.tar.bz2 mate-utils-473550f11459948929bb51cb28c62c893d805b02.tar.xz |
enable translations for ca@valencia again
-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 da7a0ee4..ad59d979 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 = ca@valencia +IGNORE_HELP_LINGUAS = HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \ $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \ $(subst /,,$(dir $(wildcard */*.po))) ) |