diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-24 15:27:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-24 15:27:28 +0200 |
commit | 116937ea03e3a562da66dade385a11439babe7e5 (patch) | |
tree | f30780324b4d5e594c788fcc0fe4270a3bea7eb5 /src/CMakeL10n.txt | |
parent | 71bf339cb4775aab496816ad86a5f0e7e48fc492 (diff) | |
download | kcmldap-116937ea03e3a562da66dade385a11439babe7e5.tar.gz kcmldap-116937ea03e3a562da66dade385a11439babe7e5.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 <slavek.banko@axis.cz>
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 fcf0eeb..5c62ffd 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kcmldap" ) + +tde_l10n_create_template( + CATALOG "desktop_files/ldapbonding.desktop/" + SOURCES ldapbonding.desktop +) |