diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-07 18:25:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-07 18:25:52 +0200 |
commit | 4b7a4e17362206fd2eade35ba947a850263b0ea1 (patch) | |
tree | 3f3e619da9fd3c0f76ef95e44c73898a278e059b /tdespell2 | |
parent | 31fa399a0aa455f3f52251f977233d57e92de28c (diff) | |
download | tdelibs-4b7a4e17362206fd2eade35ba947a850263b0ea1.tar.gz tdelibs-4b7a4e17362206fd2eade35ba947a850263b0ea1.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 'tdespell2')
-rw-r--r-- | tdespell2/CMakeL10n.txt | 7 | ||||
-rw-r--r-- | tdespell2/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdespell2/plugins/aspell/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdespell2/plugins/aspell/tdespell_aspell.desktop | 7 | ||||
-rw-r--r-- | tdespell2/plugins/hspell/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdespell2/plugins/hspell/tdespell_hspell.desktop | 4 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/tdespell_ispell.desktop | 8 | ||||
-rw-r--r-- | tdespell2/tdespellclient.desktop | 67 |
9 files changed, 27 insertions, 90 deletions
diff --git a/tdespell2/CMakeL10n.txt b/tdespell2/CMakeL10n.txt new file mode 100644 index 000000000..0b9791413 --- /dev/null +++ b/tdespell2/CMakeL10n.txt @@ -0,0 +1,7 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "desktop_files/tdespell2-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) diff --git a/tdespell2/CMakeLists.txt b/tdespell2/CMakeLists.txt index 01b910862..92f809ce2 100644 --- a/tdespell2/CMakeLists.txt +++ b/tdespell2/CMakeLists.txt @@ -40,7 +40,11 @@ install( FILES ##### other data ################################ -install( FILES tdespellclient.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdespellclient.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdespell2-desktops +) #### tdespell2base ################################ 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]=ఏస్పెల్ diff --git a/tdespell2/plugins/hspell/CMakeLists.txt b/tdespell2/plugins/hspell/CMakeLists.txt index 960b54ff4..bd4a73ded 100644 --- a/tdespell2/plugins/hspell/CMakeLists.txt +++ b/tdespell2/plugins/hspell/CMakeLists.txt @@ -26,7 +26,11 @@ link_directories( ##### other data ################################ -install( FILES tdespell_hspell.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdespell_hspell.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdespell2-desktops +) #### tdespell_hspell ############################## diff --git a/tdespell2/plugins/hspell/tdespell_hspell.desktop b/tdespell2/plugins/hspell/tdespell_hspell.desktop index 9663b81c2..f890a1ad4 100644 --- a/tdespell2/plugins/hspell/tdespell_hspell.desktop +++ b/tdespell2/plugins/hspell/tdespell_hspell.desktop @@ -12,7 +12,3 @@ X-TDE-PluginInfo-Depends= X-TDE-PluginInfo-License=LGPL X-TDE-PluginInfo-EnabledByDefault=true Name=HSpell -Name[bn]=এইচ-স্পেল -Name[ne]=एच स्पेल -Name[sv]=Hspell -Name[te]=హెచ్ స్పెల్ 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 diff --git a/tdespell2/tdespellclient.desktop b/tdespell2/tdespellclient.desktop index a637e7a0f..dc4dbd468 100644 --- a/tdespell2/tdespellclient.desktop +++ b/tdespell2/tdespellclient.desktop @@ -3,70 +3,3 @@ Type=ServiceType X-TDE-ServiceType=KSpell/Client X-TDE-Derived=KPluginInfo Comment=KSpell Client -Comment[af]=KSpel Klient -Comment[be]=Кліент спраўджвання правапісу KSpell -Comment[bg]=Клиент на KSpell -Comment[bn]=কে-স্পেল ক্লায়েন্ট -Comment[br]=Kliant KSpell -Comment[bs]=KSpell klijent -Comment[ca]=Client de KSpell -Comment[cs]=KSpell klient -Comment[csb]=Klient KSpell -Comment[da]=KSpell-klient -Comment[de]=KSpell-Dienstprogramm -Comment[el]=Πελάτης KSpell -Comment[eo]=KSpell-Kliento -Comment[es]=Cliente KSpell -Comment[et]=KSpelli klient -Comment[eu]=KSpell bezeroa -Comment[fa]=کارخواه KSpell -Comment[fi]=KSpell-asiakasohjelma -Comment[fr]=Client KSpell -Comment[fy]=KSpell Klant -Comment[ga]=Cliant KSpell -Comment[gl]=Cliente KSpell -Comment[he]=לקוח KSpell -Comment[hi]=के-स्पैल क्लाएंट -Comment[hr]=KSpell klijent -Comment[hu]=KSpell-kliens -Comment[id]=Klien KSpell -Comment[is]=KSpell biðlarinn -Comment[it]=Client KSpell -Comment[ja]=KSpell クライアント -Comment[ka]=KSpell კლიენტი -Comment[kk]=KSpell клиенті -Comment[lb]=KSpell-Zougrëffsprogramm -Comment[lt]=KSpell klientas -Comment[lv]=KSpell klients -Comment[mk]=KSpell клиент -Comment[ms]=Klien KSpell -Comment[nb]=KSpell-klient -Comment[nds]=KSpell-Deenstprogramm -Comment[ne]=के स्पेल क्लाइन्ट -Comment[nn]=KSpell-klient -Comment[pa]=KSpell ਕਲਾਂਇਟ -Comment[pl]=Klient KSpell -Comment[pt]=Cliente do KSpell -Comment[pt_BR]=Cliente KSpell -Comment[ro]=Client KSpell -Comment[ru]=Клиент KSpell -Comment[rw]=Umukiriya wa KKuvuganyuguti -Comment[se]=KSpell-klienta -Comment[sk]=Klient KSpell -Comment[sl]=Odjemnik KSpell -Comment[sr]=KSpell-ов клијент -Comment[sr@Latn]=KSpell-ov klijent -Comment[sv]=Kspell-klient -Comment[ta]=ஓட்டு எழுத்தாக்கம் -Comment[te]=కెస్పెల్ క్లైట్ -Comment[tg]=Клиенти KSpell -Comment[th]=ไคลเอนท์ของ KSpell -Comment[tr]=KSpell Programcığı -Comment[tt]=KSpell Kliente -Comment[uk]=Клієнт KSpell -Comment[uz]=KSpell klienti -Comment[uz@cyrillic]=KSpell клиенти -Comment[vi]=Ứng dụng khách chính tả KSpell -Comment[wa]=Cliyint KSpell -Comment[zh_CN]=KSpell 客户 -Comment[zh_TW]=KShell 客戶端程式 |