From 837dbafbea0c7f7bc73d27fda684ea2dededd547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 9 Jun 2020 17:49:10 +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 --- ksvg/core/CMakeLists.txt | 8 ++++--- ksvg/core/ksvgrenderer.desktop | 48 ------------------------------------------ 2 files changed, 5 insertions(+), 51 deletions(-) (limited to 'ksvg/core') 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 -- cgit v1.2.1