From 1438fc157ef1646af33adf7dcf6ca8773d5935f5 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 2 Mar 2020 11:34:36 +0100 Subject: Do not collect the translation for Icon --- capplets/keybindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/keybindings') diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index 29810577..f3e500c5 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -23,7 +23,7 @@ Desktop_in_files = mate-keybinding.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) $(desktop_DATA): $(Desktop_in_files) - $(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 $@ xmldir = $(pkgdatadir)/keybindings xml_in_files = 00-multimedia-key.xml.in 01-desktop-key.xml.in -- cgit v1.2.1