diff options
author | Slávek Banko <[email protected]> | 2020-06-09 17:49:10 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-09 17:49:10 +0200 |
commit | 837dbafbea0c7f7bc73d27fda684ea2dededd547 (patch) | |
tree | 66811931fed182f8fa6f59547c6511a897adb734 /ksvg/core | |
parent | 00b9084c635fe29e7c5942ff508be2ca65893659 (diff) | |
download | tdegraphics-837dbafbea0c7f7bc73d27fda684ea2dededd547.tar.gz tdegraphics-837dbafbea0c7f7bc73d27fda684ea2dededd547.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 <[email protected]>
Diffstat (limited to 'ksvg/core')
-rw-r--r-- | ksvg/core/CMakeLists.txt | 8 | ||||
-rw-r--r-- | ksvg/core/ksvgrenderer.desktop | 48 |
2 files changed, 5 insertions, 51 deletions
diff --git a/ksvg/core/CMakeLists.txt b/ksvg/core/CMakeLists.txt index 4f3136d2..98f401db 100644 --- a/ksvg/core/CMakeLists.txt +++ b/ksvg/core/CMakeLists.txt @@ -35,9 +35,11 @@ install( FILES ##### other data ################################ -install( FILES - ksvgrenderer.desktop - DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE ksvgrenderer.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/ksvg-desktops +) ##### ksvgcore (static) ######################### diff --git a/ksvg/core/ksvgrenderer.desktop b/ksvg/core/ksvgrenderer.desktop index 4523be4e..dea35948 100644 --- a/ksvg/core/ksvgrenderer.desktop +++ b/ksvg/core/ksvgrenderer.desktop @@ -3,54 +3,6 @@ Type=ServiceType X-TDE-ServiceType=KSVG/Renderer X-TDE-Derived= Comment=KSVG Rendering Backend -Comment[ar]=خلفية رسم KSVG -Comment[bs]=KSVG renderiranje -Comment[ca]=Representació en segon pla de KSVG -Comment[cs]=Vykreslovací nástroj KSVG -Comment[cy]=Ôl-wyneb Llunio KSVG -Comment[da]=Underliggende program for KSVG-visning -Comment[de]=KSVG-Darstellungsmodul -Comment[el]=Σύστημα υποστήριξης αποτύπωσης του KSVG -Comment[es]=Motor de procesado de KSVG -Comment[et]=KSVG renderdamise taustarakendus -Comment[eu]=KSVG errendatze programa -Comment[fa]=پایانۀ پشتیبانی پرداخت KSVG -Comment[fi]=KSVG-piirtäjän taustaohjelma -Comment[fr]=Moteur de rendu KSVG -Comment[ga]=Inneall Rindreála KSVG -Comment[gl]=Backend de Renderizado KSVG -Comment[he]=מנוע רינדור KSVG -Comment[hi]=के-एसवीजी रेंडरिंग बैकएण्ड -Comment[hu]=KSVG megjelenítőmotor -Comment[is]=KSVG teiknari -Comment[it]=Backend di KSVG per il rendering -Comment[ja]=KSVG レンダリングバックエンド -Comment[kk]=KSVG кескіндеу бағдарламасы -Comment[km]=កម្មវិធីសម្រាប់បង្ហាញ KSVG -Comment[lt]=KSVG atkūrimo programinė sąsaja -Comment[ms]=Tepi Belakang Menrealisasi KSVG -Comment[nb]=Modul for KSVG-tegning -Comment[nds]=KSVG-Dorstellhölper -Comment[ne]=KSVG रेन्डरिङ ब्याकइन्ड -Comment[nl]=KSVG weergavecomponent -Comment[nn]=Modul for KSVG-teikning -Comment[pl]=Narzędzie do renderowania KSVG -Comment[pt]=Infra-Estrutura de Desenho KSVG -Comment[pt_BR]=Estrutura de Renderização do KSVG -Comment[ro]=Motorul de randare KSVG -Comment[ru]=Движок прорисовки KSVG -Comment[sk]=Nástroj pre zobrazovanie KSVG -Comment[sl]=Izrisovalnik KSVG -Comment[sr]=KSVG-ов позадински систем за рендеровање -Comment[sr@Latn]=KSVG-ov pozadinski sistem za renderovanje -Comment[sv]=KSVG-uppritningsmodul -Comment[ta]=KSVG வழங்கும் பின் அமைப்பு -Comment[tg]=Лағжандаи тасовироти KSVG -Comment[tr]=KSVG Tarama Arkayüzü -Comment[uk]=Інтерфейс відтворення KSVG -Comment[zh_CN]=KSVG 渲染后端 -Comment[zh_HK]=KSVG 合成後端 -Comment[zh_TW]=KSVG 上色後端介面 [PropertyDef::X-KSVG-InternalName] Type=TQString |