diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-26 11:36:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 00:41:12 +0200 |
commit | 2f706891f32258c2b070471905f983e4585296d2 (patch) | |
tree | 6c74e28fd7c74d26b1c36c371a9ed56295cc05ae /kcontrol/iccconfig | |
parent | 98f2d732f33659ba749b70fb939e8eaa0c97edf8 (diff) | |
download | tdebase-2f706891f32258c2b070471905f983e4585296d2.tar.gz tdebase-2f706891f32258c2b070471905f983e4585296d2.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kcontrol/iccconfig')
-rw-r--r-- | kcontrol/iccconfig/CMakeLists.txt | 5 | ||||
-rw-r--r-- | kcontrol/iccconfig/iccconfig.desktop | 13 |
2 files changed, 4 insertions, 14 deletions
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 |