diff options
author | Slávek Banko <[email protected]> | 2018-12-15 19:45:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-15 20:22:38 +0100 |
commit | 6d8ca11287084e472dc37748a0c3b5256b8e99ea (patch) | |
tree | 03d30d0f6e0dbbb53839b8f37acb9f07da2ba4bf /tdefile-plugins | |
parent | e4794189af3d282935273ea5a11bdfe6defddf36 (diff) | |
download | tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.tar.gz tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 72b5adf49ccd012414f2758e0427639ee926e9b2)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/ics/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/palm-databases/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/rfc822/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/vcf/CMakeL10n.txt | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdefile-plugins/ics/CMakeL10n.txt b/tdefile-plugins/ics/CMakeL10n.txt new file mode 100644 index 000000000..27ab0136d --- /dev/null +++ b/tdefile-plugins/ics/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ics" ) diff --git a/tdefile-plugins/palm-databases/CMakeL10n.txt b/tdefile-plugins/palm-databases/CMakeL10n.txt new file mode 100644 index 000000000..73a5caec5 --- /dev/null +++ b/tdefile-plugins/palm-databases/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_palm" ) diff --git a/tdefile-plugins/rfc822/CMakeL10n.txt b/tdefile-plugins/rfc822/CMakeL10n.txt new file mode 100644 index 000000000..f8e6885d6 --- /dev/null +++ b/tdefile-plugins/rfc822/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_rfc822" ) diff --git a/tdefile-plugins/vcf/CMakeL10n.txt b/tdefile-plugins/vcf/CMakeL10n.txt new file mode 100644 index 000000000..3401f9e83 --- /dev/null +++ b/tdefile-plugins/vcf/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_vcf" ) |