diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-20 18:41:24 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-20 18:41:24 +0100 |
commit | d44616976482cae1d41c583d00192a6b274b7e9e (patch) | |
tree | 36974a2b25499023c7618118f6ca2ceb6433ec67 /tdefile-plugins | |
parent | 5528b0a0892098a5905c9417f4a1f27b74744532 (diff) | |
download | k3b-d44616976482cae1d41c583d00192a6b274b7e9e.tar.gz k3b-d44616976482cae1d41c583d00192a6b274b7e9e.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/k3bproject/CMakeL10n.txt | 3 |
2 files changed, 6 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/k3bproject/CMakeL10n.txt b/tdefile-plugins/k3bproject/CMakeL10n.txt new file mode 100644 index 0000000..2124ffe --- /dev/null +++ b/tdefile-plugins/k3bproject/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_k3b" ) |