summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kuick
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-12-31 02:05:40 +0100
committerSlávek Banko <[email protected]>2018-12-31 02:21:54 +0100
commitcc7c2a4bfbae56bdde85e483b402cbfb11472cc0 (patch)
tree1eee8c48fbff28e7ba9bbb3bd547d20795e1c4d9 /konq-plugins/kuick
parent68302ec67d01fef8852059f1572eb28e96dbbfe2 (diff)
downloadtdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.tar.gz
tdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 285df936a6e0329d60cd31de793cf4a4c4d472e3)
Diffstat (limited to 'konq-plugins/kuick')
-rw-r--r--konq-plugins/kuick/CMakeL10n.txt8
-rw-r--r--konq-plugins/kuick/kcmkuick/CMakeL10n.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/konq-plugins/kuick/CMakeL10n.txt b/konq-plugins/kuick/CMakeL10n.txt
new file mode 100644
index 0000000..03c27c6
--- /dev/null
+++ b/konq-plugins/kuick/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kuick_plugin"
+ EXCLUDES "^kcmkuick/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/konq-plugins/kuick/kcmkuick/CMakeL10n.txt b/konq-plugins/kuick/kcmkuick/CMakeL10n.txt
new file mode 100644
index 0000000..f27dff5
--- /dev/null
+++ b/konq-plugins/kuick/kcmkuick/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcmkuick" )