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/aspell/CMakeLists.txt | 6 +++++- tdespell2/plugins/aspell/tdespell_aspell.desktop | 7 ------- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'tdespell2/plugins/aspell') diff --git a/tdespell2/plugins/aspell/CMakeLists.txt b/tdespell2/plugins/aspell/CMakeLists.txt index 9ae66d01b..30c93f1aa 100644 --- a/tdespell2/plugins/aspell/CMakeLists.txt +++ b/tdespell2/plugins/aspell/CMakeLists.txt @@ -26,7 +26,11 @@ link_directories( ##### other data ################################ -install( FILES tdespell_aspell.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdespell_aspell.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdespell2-desktops +) #### tdespell_aspell ############################## diff --git a/tdespell2/plugins/aspell/tdespell_aspell.desktop b/tdespell2/plugins/aspell/tdespell_aspell.desktop index a4753609d..0103e49c7 100644 --- a/tdespell2/plugins/aspell/tdespell_aspell.desktop +++ b/tdespell2/plugins/aspell/tdespell_aspell.desktop @@ -12,10 +12,3 @@ X-TDE-PluginInfo-Depends= X-TDE-PluginInfo-License=LGPL X-TDE-PluginInfo-EnabledByDefault=true Name=ASpell -Name[bn]=এ-স্পেল -Name[hi]=आ-स्पैल -Name[it]=Aspell -Name[ne]=ए स्पेल -Name[sv]=Aspell -Name[ta]=psதேர்ந்தெடு -Name[te]=ఏస్పెల్ -- cgit v1.2.1