From 4b7a4e17362206fd2eade35ba947a850263b0ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 7 Jun 2020 18:25:52 +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 --- tdespell2/plugins/ispell/CMakeLists.txt | 6 +++++- tdespell2/plugins/ispell/tdespell_ispell.desktop | 8 -------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'tdespell2/plugins/ispell') diff --git a/tdespell2/plugins/ispell/CMakeLists.txt b/tdespell2/plugins/ispell/CMakeLists.txt index 62b12a1a1..61aed5a19 100644 --- a/tdespell2/plugins/ispell/CMakeLists.txt +++ b/tdespell2/plugins/ispell/CMakeLists.txt @@ -25,7 +25,11 @@ link_directories( ##### other data ################################ -install( FILES tdespell_ispell.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdespell_ispell.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdespell2-desktops +) #### tdespell_ispell ############################## diff --git a/tdespell2/plugins/ispell/tdespell_ispell.desktop b/tdespell2/plugins/ispell/tdespell_ispell.desktop index 8042d6708..be95ac1a3 100644 --- a/tdespell2/plugins/ispell/tdespell_ispell.desktop +++ b/tdespell2/plugins/ispell/tdespell_ispell.desktop @@ -12,11 +12,3 @@ X-TDE-PluginInfo-Depends= X-TDE-PluginInfo-License=LGPL X-TDE-PluginInfo-EnabledByDefault=true Name=ISpell -Name[bn]=আই-স্পেল -Name[hi]=आई-स्पैल -Name[it]=Ispell -Name[ne]=आई स्पेल -Name[sv]=Ispell -Name[ta]=psதேர்ந்தெடு -Name[te]=ఐస్పెల్ -Name[tg]=psselect -- cgit v1.2.1