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 /tdefile-plugins/rgb | |
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 'tdefile-plugins/rgb')
-rw-r--r-- | tdefile-plugins/rgb/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdefile-plugins/rgb/tdefile_rgb.desktop | 53 |
2 files changed, 5 insertions, 54 deletions
diff --git a/tdefile-plugins/rgb/CMakeLists.txt b/tdefile-plugins/rgb/CMakeLists.txt index 7596f2cb..3f4c58d9 100644 --- a/tdefile-plugins/rgb/CMakeLists.txt +++ b/tdefile-plugins/rgb/CMakeLists.txt @@ -23,7 +23,11 @@ link_directories( #### other data ################################# -install( FILES tdefile_rgb.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdefile_rgb.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops +) #### tdefile_rgb (module) ######################### diff --git a/tdefile-plugins/rgb/tdefile_rgb.desktop b/tdefile-plugins/rgb/tdefile_rgb.desktop index 20f993fc..97d688b7 100644 --- a/tdefile-plugins/rgb/tdefile_rgb.desktop +++ b/tdefile-plugins/rgb/tdefile_rgb.desktop @@ -1,59 +1,6 @@ [Desktop Entry] Type=Service Name=SGI Image (RGB) -Name[br]=Skeudenn SGI (RGB) -Name[bs]=SGI slika (RGB) -Name[ca]=Imatge SGI (RGB) -Name[cs]=SGI obrázek (RGB) -Name[cy]=Delwedd SGI (RGB) -Name[da]=SGI-billede (RGB) -Name[de]=SGI-Bild (RGB) -Name[el]=Εικόνα SGI (RGB) -Name[es]=Imagen SGI (RGB) -Name[et]=SGI pildifail (RGB) -Name[eu]=SGI irudia RGB) -Name[fa]=تصویر SGI (RGB) -Name[fi]=SGI-kuva (RGB) -Name[fr]=Image SGI (RVB) -Name[ga]=Íomhá SGI (RGB) -Name[gl]=Imaxe SGI (RGB) -Name[he]=תמונת SGI (RGB) -Name[hr]=SGI slika (RGB) -Name[hu]=SGI-kép (RGB) -Name[is]=SGI mynd (TGB) -Name[it]=Immagine SGI (RGB) -Name[ja]=SGI 画像 (RGB) -Name[kk]=SGI кескіні (RGB) -Name[km]=រូបភាព SGI (RGB) -Name[lt]=SGI paveiksliukas (RGB) -Name[ms]=Imej SGI (RGB) -Name[nb]=Bildeindeks -Name[nds]=SGI-Bild (RGB) -Name[ne]=SGI छवि (RGB) -Name[nl]=SGI-afbeelding (RGB) -Name[nn]=SGI-bilete (RGB) -Name[pl]=Obrazek SGI (RGB) -Name[pt]=Imagem SGI (RGB) -Name[pt_BR]=Imagem SGI (RGB) -Name[ro]=Imagine SGI (RGB) -Name[ru]=Изображение SGI (RGB) -Name[rw]=SGI Ishusho (RGB) -Name[se]=SGI-govva (RGB) -Name[sk]=SGI obrázok (RGB) -Name[sl]=Slika SGI (RGB) -Name[sr]=SGI слика (RGB) -Name[sr@Latn]=SGI slika (RGB) -Name[sv]=SGI-bild (RGB) -Name[ta]=எஸ்ஜிஐ படிமம் (RGB) -Name[tg]=Тасвироти SGI (RGB) -Name[th]=ภาพ SGI (RGB) -Name[tr]=SGI Resmi(KYM) -Name[uk]=Зображення SGI (RGB) -Name[uz]=SGI-rasm (RGB) -Name[uz@cyrillic]=SGI-расм (RGB) -Name[zh_CN]=SGI 图像(RGB) -Name[zh_HK]=SGI 圖像 (RGB) -Name[zh_TW]=SGI 影像(RGB) X-TDE-ServiceTypes=KFilePlugin X-TDE-Library=tdefile_rgb MimeType=image/x-rgb |