data: Enable translations for desktop files

We were never localizing .desktop files, apparently.

https://bugzilla.gnome.org/show_bug.cgi?id=677893
This commit is contained in:
Jasper St. Pierre 2012-06-11 15:13:23 -04:00
parent f46a165886
commit eec9dba855
2 changed files with 1 additions and 5 deletions

View File

@ -8,9 +8,7 @@ desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
-e "s|@VERSION[@]|$(VERSION)|" \ -e "s|@VERSION[@]|$(VERSION)|" \
$< > $@ || rm $@ $< > $@ || rm $@
# Placeholder until we add intltool @INTLTOOL_DESKTOP_RULE@
%.desktop:%.desktop.in
$(AM_V_GEN) sed s/^_// < $< > $@ || rm $@
searchprovidersdir = $(pkgdatadir)/open-search-providers searchprovidersdir = $(pkgdatadir)/open-search-providers
dist_searchproviders_DATA = \ dist_searchproviders_DATA = \

View File

@ -1,4 +1,2 @@
data/gnome-shell.desktop.in
data/gnome-shell-extension-prefs.desktop.in
data/org.gnome.shell.evolution.calendar.gschema.xml.in data/org.gnome.shell.evolution.calendar.gschema.xml.in
src/calendar-server/evolution-calendar.desktop.in src/calendar-server/evolution-calendar.desktop.in