From 2f706891f32258c2b070471905f983e4585296d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Jun 2020 11:36:35 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kcontrol/iccconfig/CMakeLists.txt | 5 ++++- kcontrol/iccconfig/iccconfig.desktop | 13 ------------- 2 files changed, 4 insertions(+), 14 deletions(-) (limited to 'kcontrol/iccconfig') diff --git a/kcontrol/iccconfig/CMakeLists.txt b/kcontrol/iccconfig/CMakeLists.txt index e3b47ce0d..c2ae977d9 100644 --- a/kcontrol/iccconfig/CMakeLists.txt +++ b/kcontrol/iccconfig/CMakeLists.txt @@ -23,7 +23,10 @@ link_directories( ##### other data ################################ -install( FILES iccconfig.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE iccconfig.desktop + PO_DIR kcontrol-desktops +) ##### kcm_iccconfig (module) #################### diff --git a/kcontrol/iccconfig/iccconfig.desktop b/kcontrol/iccconfig/iccconfig.desktop index 0f36f48fc..13993636b 100644 --- a/kcontrol/iccconfig/iccconfig.desktop +++ b/kcontrol/iccconfig/iccconfig.desktop @@ -12,22 +12,9 @@ X-TDE-SubstituteUID=true Categories=Qt;TDE;X-TDE-settings-hardware; Comment=Configure display ICC color profile -Comment[de]=ICC-Farbprofil der Anzeige einrichten -Comment[fr]=Configurer le profil ICC des couleurs -Comment[it]=Configurazione del profilo ICC del display -Comment[ru]=Конфигурация профиля ICC экрана -Comment[uk]=Конфігурація профілю ICC екрану Keywords=ICC;display;color;profile; -Keywords[de]=ICC;Anzeige;Farbe;Profil; -Keywords[fr]=ICC;affichage;couleurs;profil; -Keywords[it]=ICC;Display;Colori;Profilo; Name=Color Profile -Name[de]=Farbprofil -Name[fr]=Profil de couleurs -Name[it]=Profilo dei colori -Name[ru]=Профиль цвета -Name[uk]=Профіль кольору NoDisplay=false -- cgit v1.2.1