diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 19:29:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 19:29:49 +0100 |
commit | 50cd09ad9ec4ae1785ae550dd669f5b373e8f4c5 (patch) | |
tree | 0a8c8f26fcb6da17eca6169abc57b33bc8db0896 /tdefile-plugins | |
parent | 40e8647c13cfed704fb761d75a6e27fee657ee7f (diff) | |
download | tdesdk-50cd09ad9ec4ae1785ae550dd669f5b373e8f4c5.tar.gz tdesdk-50cd09ad9ec4ae1785ae550dd669f5b373e8f4c5.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/c++/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/diff/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/ts/CMakeL10n.txt | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 00000000..b585ce4a --- /dev/null +++ b/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdefile-plugins/c++/CMakeL10n.txt b/tdefile-plugins/c++/CMakeL10n.txt new file mode 100644 index 00000000..655ac932 --- /dev/null +++ b/tdefile-plugins/c++/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_cpp" ) diff --git a/tdefile-plugins/diff/CMakeL10n.txt b/tdefile-plugins/diff/CMakeL10n.txt new file mode 100644 index 00000000..a11620fd --- /dev/null +++ b/tdefile-plugins/diff/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_diff" ) diff --git a/tdefile-plugins/ts/CMakeL10n.txt b/tdefile-plugins/ts/CMakeL10n.txt new file mode 100644 index 00000000..78c3d5bc --- /dev/null +++ b/tdefile-plugins/ts/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ts" ) |