summaryrefslogtreecommitdiffstats
path: root/kviewshell
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-21 15:37:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-21 15:37:48 +0100
commitd0243fcc86b29344b11fd2b832c3d38c3063263a (patch)
treedfdf31aa4cc556e93d438865e7dded5de04d7b48 /kviewshell
parent7a078e4485cd051361736f3351da2d63baf168a4 (diff)
downloadtdegraphics-d0243fcc86b29344b11fd2b832c3d38c3063263a.tar.gz
tdegraphics-d0243fcc86b29344b11fd2b832c3d38c3063263a.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kviewshell')
-rw-r--r--kviewshell/CMakeL10n.txt8
-rw-r--r--kviewshell/plugins/CMakeL10n.txt3
-rw-r--r--kviewshell/plugins/djvu/CMakeL10n.txt3
3 files changed, 14 insertions, 0 deletions
diff --git a/kviewshell/CMakeL10n.txt b/kviewshell/CMakeL10n.txt
new file mode 100644
index 00000000..f7aa7dab
--- /dev/null
+++ b/kviewshell/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kviewshell"
+ EXCLUDES "/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kviewshell/plugins/CMakeL10n.txt b/kviewshell/plugins/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/kviewshell/plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kviewshell/plugins/djvu/CMakeL10n.txt b/kviewshell/plugins/djvu/CMakeL10n.txt
new file mode 100644
index 00000000..13a7cda8
--- /dev/null
+++ b/kviewshell/plugins/djvu/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kdjview" )