diff options
author | Slávek Banko <[email protected]> | 2020-06-07 18:25:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-07 18:25:52 +0200 |
commit | 4b7a4e17362206fd2eade35ba947a850263b0ea1 (patch) | |
tree | 3f3e619da9fd3c0f76ef95e44c73898a278e059b /tdeabc/plugins/ldaptdeio | |
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 <[email protected]>
Diffstat (limited to 'tdeabc/plugins/ldaptdeio')
-rw-r--r-- | tdeabc/plugins/ldaptdeio/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdeabc/plugins/ldaptdeio/ldaptdeio.desktop | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/tdeabc/plugins/ldaptdeio/CMakeLists.txt b/tdeabc/plugins/ldaptdeio/CMakeLists.txt index 6e85a73d5..82ed19792 100644 --- a/tdeabc/plugins/ldaptdeio/CMakeLists.txt +++ b/tdeabc/plugins/ldaptdeio/CMakeLists.txt @@ -39,7 +39,11 @@ install( FILES ##### other data ################################ -install( FILES ldaptdeio.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) +tde_create_translated_desktop( + SOURCE ldaptdeio.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdeabc-desktops +) ##### tdeabc_ldaptdeio ############################## diff --git a/tdeabc/plugins/ldaptdeio/ldaptdeio.desktop b/tdeabc/plugins/ldaptdeio/ldaptdeio.desktop index 55b26ca12..b8105f7c5 100644 --- a/tdeabc/plugins/ldaptdeio/ldaptdeio.desktop +++ b/tdeabc/plugins/ldaptdeio/ldaptdeio.desktop @@ -1,8 +1,5 @@ [Desktop Entry] Name=LDAP -Name[bn]=এল-ডি-এ-পি (LDAP) -Name[hi]=एलडीएपी (LDAP) -Name[te]=ఎల్డిఏపి X-TDE-Library=tdeabc_ldaptdeio Type=Service X-TDE-ServiceTypes=TDEResources/Plugin |