diff options
author | Wu Xiaotian <[email protected]> | 2019-10-16 16:50:40 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 13:20:17 +0100 |
commit | 235e8ed2e122140a8476ba91b365ec92a5103530 (patch) | |
tree | c072b4e510df11c859cbd69953b15cd886e27697 /capplets/default-applications | |
parent | 0470814242979fdf1fe3d78b8e203edf87156bdd (diff) | |
download | mate-control-center-235e8ed2e122140a8476ba91b365ec92a5103530.tar.bz2 mate-control-center-235e8ed2e122140a8476ba91b365ec92a5103530.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'capplets/default-applications')
-rw-r--r-- | capplets/default-applications/Makefile.am | 4 | ||||
-rw-r--r-- | capplets/default-applications/mate-default-applications-properties.desktop.in | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/capplets/default-applications/Makefile.am b/capplets/default-applications/Makefile.am index a8d21f8b..d00cd389 100644 --- a/capplets/default-applications/Makefile.am +++ b/capplets/default-applications/Makefile.am @@ -17,13 +17,13 @@ nodist_mate_default_applications_properties_SOURCES = \ mate_default_applications_properties_SOURCES = \ mate-da-capplet.c mate-da-capplet.h -@INTLTOOL_DESKTOP_RULE@ - include $(top_srcdir)/gla11y.mk desktopdir = $(datadir)/applications Desktop_in_files = mate-default-applications-properties.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 $@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mate-default-applications.pc diff --git a/capplets/default-applications/mate-default-applications-properties.desktop.in b/capplets/default-applications/mate-default-applications-properties.desktop.in index 072dd304..677e5eba 100644 --- a/capplets/default-applications/mate-default-applications-properties.desktop.in +++ b/capplets/default-applications/mate-default-applications-properties.desktop.in @@ -1,11 +1,13 @@ [Desktop Entry] -_Name=Preferred Applications -_Comment=Select your default applications +Name=Preferred Applications +Comment=Select your default applications Exec=mate-default-applications-properties +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=preferences-desktop-default-applications Terminal=false Type=Application StartupNotify=true Categories=GTK;Settings;X-MATE-PersonalSettings; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=mate-control-center;MATE;default;preferred;applications; OnlyShowIn=MATE; |