From 768071911a44b7460105a27192ebcc92a9af8dda Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 31 Jan 2021 22:51:13 +0100 Subject: i18n: Do not collect the translation for Icon --- logview/data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logview') diff --git a/logview/data/Makefile.am b/logview/data/Makefile.am index 45f47bb7..eeaf20fb 100644 --- a/logview/data/Makefile.am +++ b/logview/data/Makefile.am @@ -24,7 +24,7 @@ $(desktop_in_files): $(desktop_in_files:.desktop.in=.desktop.in.in) $(desktop_DATA): $(desktop_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 -- cgit v1.2.1