mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 10:13:04 +03:00
data: Do not translate Icon key of desktop-file
This commit is contained in:
parent
3b5d7e7f13
commit
a236621d1e
@ -22,7 +22,9 @@ gschemas.compiled: Makefile $(gsettings_SCHEMAS:.xml=.valid)
|
||||
all-local: gschemas.compiled
|
||||
|
||||
%.desktop: %.desktop.in
|
||||
$(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||
$(AM_V_GEN)$(MSGFMT) --desktop --keyword= --keyword=Name \
|
||||
--keyword=GenericName --keyword=Comment --keyword=Keywords \
|
||||
--template $< -d $(top_srcdir)/po -o $@
|
||||
|
||||
%.appdata.xml: %.appdata.xml.in
|
||||
$(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user