summaryrefslogtreecommitdiff
path: root/gsearchtool
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-31 22:51:13 +0100
committerraveit65 <[email protected]>2021-03-05 20:18:27 +0100
commit768071911a44b7460105a27192ebcc92a9af8dda (patch)
tree6d506362201c6e47da3a7d67d61349a0214d3dba /gsearchtool
parenta876b88b5b5e16031ea86b49d63b955271a671cb (diff)
downloadmate-utils-768071911a44b7460105a27192ebcc92a9af8dda.tar.bz2
mate-utils-768071911a44b7460105a27192ebcc92a9af8dda.tar.xz
i18n: Do not collect the translation for Icon
Diffstat (limited to 'gsearchtool')
-rw-r--r--gsearchtool/data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearchtool/data/Makefile.am b/gsearchtool/data/Makefile.am
index 4651ba1b..d82251e4 100644
--- a/gsearchtool/data/Makefile.am
+++ b/gsearchtool/data/Makefile.am
@@ -40,7 +40,7 @@ Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
$(Utilities_DATA): $(Utilities_in_files)
if USE_NLS
- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@
else
$(AM_V_GEN) cp $< $@
endif