diff options
author | Slávek Banko <[email protected]> | 2020-05-26 12:04:10 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 12:04:20 +0200 |
commit | db39860f7a7c962733532dd48c35a62c9f18ddaa (patch) | |
tree | 86f6123c46bdea444b56492f278e624098991811 /src/CMakeL10n.txt | |
parent | ca1ef74423b0adf545023cba1ddf14efd0e3a302 (diff) | |
download | kcmldapmanager-db39860f7a7c962733532dd48c35a62c9f18ddaa.tar.gz kcmldapmanager-db39860f7a7c962733532dd48c35a62c9f18ddaa.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]>
(cherry picked from commit 230b816f6d790099ca5c3cb3727843ecf8bbabd1)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 9d42aa3..5d88615 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kcmldapmanager" ) + +tde_l10n_create_template( + CATALOG "desktop_files/ldapmanager.desktop/" + SOURCES ldapmanager.desktop +) |