diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-26 15:52:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-26 15:52:56 +0100 |
commit | ec7d3bd017cec514f434457c101a6982a17cb32d (patch) | |
tree | 6bbad28987941adfb1e9df39a30c38840249f8c6 /src | |
parent | d8d4b1275225e39c11be6ef0ba83c7597010ce01 (diff) | |
download | kcmldap-ec7d3bd017cec514f434457c101a6982a17cb32d.tar.gz kcmldap-ec7d3bd017cec514f434457c101a6982a17cb32d.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..52503d7 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmldap" ) |