diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-13 15:01:05 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 20:20:07 +0100 |
commit | 22ca7c37a771bd0afd80ae21587e08870b2c9160 (patch) | |
tree | 461f615579de407675a3e0d6d69f1de7f01df77d /tdefile-plugins | |
parent | 17d50ff17577e32e5b00fd7ae91fd9d0f3348048 (diff) | |
download | tdeadmin-22ca7c37a771bd0afd80ae21587e08870b2c9160.tar.gz tdeadmin-22ca7c37a771bd0afd80ae21587e08870b2c9160.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 100929fbf8ea5787424754bfff8b9f110ca57616)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/deb/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/rpm/CMakeL10n.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdefile-plugins/deb/CMakeL10n.txt b/tdefile-plugins/deb/CMakeL10n.txt new file mode 100644 index 0000000..e0de524 --- /dev/null +++ b/tdefile-plugins/deb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_deb" ) diff --git a/tdefile-plugins/rpm/CMakeL10n.txt b/tdefile-plugins/rpm/CMakeL10n.txt new file mode 100644 index 0000000..5672485 --- /dev/null +++ b/tdefile-plugins/rpm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_rpm" ) |