From 9b215fd2af36fbe86fc507d0cb3bba415c88fb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 16 Mar 2021 00:02:31 +0100 Subject: Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kimagemapeditor/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'kimagemapeditor/CMakeLists.txt') diff --git a/kimagemapeditor/CMakeLists.txt b/kimagemapeditor/CMakeLists.txt index 442c8ed8..02b95004 100644 --- a/kimagemapeditor/CMakeLists.txt +++ b/kimagemapeditor/CMakeLists.txt @@ -78,9 +78,13 @@ install( DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor ) -tde_create_translated_desktop( kimagemapeditor.desktop ) +tde_create_translated_desktop( + SOURCE kimagemapeditor.desktop + PO_DIR kimagemapeditor-desktops +) tde_create_translated_desktop( SOURCE kimagemapeditorpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kimagemapeditor-desktops ) -- cgit v1.2.1