diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 19:45:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 20:22:38 +0100 |
commit | 6d8ca11287084e472dc37748a0c3b5256b8e99ea (patch) | |
tree | 03d30d0f6e0dbbb53839b8f37acb9f07da2ba4bf /tderesources/groupwise | |
parent | e4794189af3d282935273ea5a11bdfe6defddf36 (diff) | |
download | tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.tar.gz tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 72b5adf49ccd012414f2758e0427639ee926e9b2)
Diffstat (limited to 'tderesources/groupwise')
-rw-r--r-- | tderesources/groupwise/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | tderesources/groupwise/tdeioslave/CMakeL10n.txt | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tderesources/groupwise/CMakeL10n.txt b/tderesources/groupwise/CMakeL10n.txt new file mode 100644 index 000000000..87d024c25 --- /dev/null +++ b/tderesources/groupwise/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kres_groupwise" + EXCLUDES "^tdeioslave/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/tderesources/groupwise/tdeioslave/CMakeL10n.txt b/tderesources/groupwise/tdeioslave/CMakeL10n.txt new file mode 100644 index 000000000..2a76612b5 --- /dev/null +++ b/tderesources/groupwise/tdeioslave/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeio_groupwise" ) |