diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-29 22:43:34 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-01 17:56:29 +0900 |
commit | 96fa25303818e6107b72ba624659004751d45ad1 (patch) | |
tree | 89a7233f17e403e6b635d2ce7155d5f77a98d3d8 /parts/documentation/plugins/doxygen | |
parent | 3248c8c2f99f71bb2ca5972828754fdabacd7c90 (diff) | |
download | tdevelop-96fa25303818e6107b72ba624659004751d45ad1.tar.gz tdevelop-96fa25303818e6107b72ba624659004751d45ad1.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>
(cherry picked from commit fe44776673b28ca94338f23d8e7ac71593fa88ba)
Diffstat (limited to 'parts/documentation/plugins/doxygen')
-rw-r--r-- | parts/documentation/plugins/doxygen/CMakeLists.txt | 6 | ||||
-rw-r--r-- | parts/documentation/plugins/doxygen/docdoxygenplugin.desktop | 43 |
2 files changed, 9 insertions, 40 deletions
diff --git a/parts/documentation/plugins/doxygen/CMakeLists.txt b/parts/documentation/plugins/doxygen/CMakeLists.txt index 84c54488..185e3432 100644 --- a/parts/documentation/plugins/doxygen/CMakeLists.txt +++ b/parts/documentation/plugins/doxygen/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES docdoxygenplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE docdoxygenplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdocdoxygenplugin (module) ############## diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop b/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop index b41a0d88..a6c93fa7 100644 --- a/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop +++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop @@ -1,45 +1,10 @@ [Desktop Entry] -Type=Service Name=DocDoxygenPlugin -Name[da]=DocDoxygen-plugin -Name[ms]=PluginDocDoxygen -Name[sk]=Doc Doxygen modul -Name[sv]=Doxygen-dokumentationsinsticksmodul -Name[ta]=DocDoxygen சொருகு -Name[zh_TW]=Doxygen 文件外掛程式 -Exec=blubb + Comment=Documentation plugin for Doxygen documentation -Comment[ca]=Connector de documentació per a documentació Doxygen -Comment[da]=Dokumentations-plugin for Doxygen-dokumentation -Comment[de]=Komponente für Doxygen-Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για τεκμηρίωση τύπου Doxygen -Comment[es]=Complemento de documentación para Doxygen -Comment[et]=Doxygeni dokumentatsiooni plugin -Comment[eu]=Doxygen dokumentaziorako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای مستندات Doxygen -Comment[fr]=Module externe de documentation pour la documentation Doxygen -Comment[gl]=Extensión de documentación para documentación Doxygen -Comment[hu]=Dokumentációmodul Doxygen-dokumentációhoz -Comment[it]=Plugin di documentazione per file di Doxygen -Comment[ja]=Doxygen ドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk dokumentasi Doxygen -Comment[nds]=Dokmentatschoon-Moduul för Doxygen-Dokmentatschoon -Comment[ne]=Doxygen मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor Doxygen documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie Doxygen -Comment[pt]='Plugin' para documentação Doxygen -Comment[pt_BR]=Plug-in de documentação para documento Doxygen -Comment[ru]=Модуль для просмотра документации Doxygen -Comment[sk]=Dokumentačný modul pre Doxygen dokumentáciu -Comment[sl]=Dokumentacijski vstavek za dokumentacijo Doxygen -Comment[sr]=Документациони прикључак за Doxygen документацију -Comment[sr@Latn]=Dokumentacioni priključak za Doxygen dokumentaciju -Comment[sv]=Dokumentationsinsticksmodul för Doxygen-dokumentation -Comment[ta]= Doxygen ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиш намудани ҳуҷҷатҳо дар Doxygen -Comment[tr]=Doxygen belgelendirmesi için belgelendirme eklentisi -Comment[zh_CN]=Doxygen 文档的文档插件 -Comment[zh_TW]=Doxygen 文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 X-TDE-Library=libdocdoxygenplugin |