summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:05:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:05:41 +0100
commit285df936a6e0329d60cd31de793cf4a4c4d472e3 (patch)
tree4d0fe187da24131b3471c404b329cc29ee707aa5 /kate
parent5e406cf6049dfab4f0bbc3bc4294f13c3f4e5b45 (diff)
downloadtdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.tar.gz
tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kate')
-rw-r--r--kate/CMakeL10n.txt3
-rw-r--r--kate/cppsymbolviewer/CMakeL10n.txt3
-rw-r--r--kate/filelistloader/CMakeL10n.txt5
-rw-r--r--kate/filetemplates/CMakeL10n.txt3
-rw-r--r--kate/filetemplates/plugin/CMakeL10n.txt3
-rw-r--r--kate/helloworld/CMakeL10n.txt3
-rw-r--r--kate/htmltools/CMakeL10n.txt3
-rw-r--r--kate/insertcommand/CMakeL10n.txt3
-rw-r--r--kate/katesort/CMakeL10n.txt3
-rw-r--r--kate/kjswrapper/CMakeL10n.txt3
-rw-r--r--kate/kpybrowser/CMakeL10n.txt3
-rw-r--r--kate/make/CMakeL10n.txt3
-rw-r--r--kate/modeline/CMakeL10n.txt3
-rw-r--r--kate/openheader/CMakeL10n.txt3
-rw-r--r--kate/snippets/CMakeL10n.txt3
-rw-r--r--kate/tabbarextension/CMakeL10n.txt3
-rw-r--r--kate/textfilter/CMakeL10n.txt3
-rw-r--r--kate/xmlcheck/CMakeL10n.txt3
-rw-r--r--kate/xmltools/CMakeL10n.txt3
19 files changed, 59 insertions, 0 deletions
diff --git a/kate/CMakeL10n.txt b/kate/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/kate/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kate/cppsymbolviewer/CMakeL10n.txt b/kate/cppsymbolviewer/CMakeL10n.txt
new file mode 100644
index 0000000..5b9146b
--- /dev/null
+++ b/kate/cppsymbolviewer/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katecppsymbolviewer" )
diff --git a/kate/filelistloader/CMakeL10n.txt b/kate/filelistloader/CMakeL10n.txt
new file mode 100644
index 0000000..baf8f20
--- /dev/null
+++ b/kate/filelistloader/CMakeL10n.txt
@@ -0,0 +1,5 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katefll_initplugin" )
+
+tde_l10n_create_template( "katefll_plugin" )
diff --git a/kate/filetemplates/CMakeL10n.txt b/kate/filetemplates/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/kate/filetemplates/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kate/filetemplates/plugin/CMakeL10n.txt b/kate/filetemplates/plugin/CMakeL10n.txt
new file mode 100644
index 0000000..51e8f7f
--- /dev/null
+++ b/kate/filetemplates/plugin/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katefiletemplates" )
diff --git a/kate/helloworld/CMakeL10n.txt b/kate/helloworld/CMakeL10n.txt
new file mode 100644
index 0000000..c03992b
--- /dev/null
+++ b/kate/helloworld/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katehelloworld" )
diff --git a/kate/htmltools/CMakeL10n.txt b/kate/htmltools/CMakeL10n.txt
new file mode 100644
index 0000000..16b61b7
--- /dev/null
+++ b/kate/htmltools/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katehtmltools" )
diff --git a/kate/insertcommand/CMakeL10n.txt b/kate/insertcommand/CMakeL10n.txt
new file mode 100644
index 0000000..1bf5074
--- /dev/null
+++ b/kate/insertcommand/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kateinsertcommand" )
diff --git a/kate/katesort/CMakeL10n.txt b/kate/katesort/CMakeL10n.txt
new file mode 100644
index 0000000..f767122
--- /dev/null
+++ b/kate/katesort/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katesort" )
diff --git a/kate/kjswrapper/CMakeL10n.txt b/kate/kjswrapper/CMakeL10n.txt
new file mode 100644
index 0000000..5fdaac7
--- /dev/null
+++ b/kate/kjswrapper/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katekjswrapper" )
diff --git a/kate/kpybrowser/CMakeL10n.txt b/kate/kpybrowser/CMakeL10n.txt
new file mode 100644
index 0000000..597df7a
--- /dev/null
+++ b/kate/kpybrowser/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katepybrowse" )
diff --git a/kate/make/CMakeL10n.txt b/kate/make/CMakeL10n.txt
new file mode 100644
index 0000000..043e685
--- /dev/null
+++ b/kate/make/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katemake" )
diff --git a/kate/modeline/CMakeL10n.txt b/kate/modeline/CMakeL10n.txt
new file mode 100644
index 0000000..594a45a
--- /dev/null
+++ b/kate/modeline/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katemodeline" )
diff --git a/kate/openheader/CMakeL10n.txt b/kate/openheader/CMakeL10n.txt
new file mode 100644
index 0000000..67a0953
--- /dev/null
+++ b/kate/openheader/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kateopenheader" )
diff --git a/kate/snippets/CMakeL10n.txt b/kate/snippets/CMakeL10n.txt
new file mode 100644
index 0000000..99ad74e
--- /dev/null
+++ b/kate/snippets/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katesnippets" )
diff --git a/kate/tabbarextension/CMakeL10n.txt b/kate/tabbarextension/CMakeL10n.txt
new file mode 100644
index 0000000..76a0094
--- /dev/null
+++ b/kate/tabbarextension/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katetabbarextension" )
diff --git a/kate/textfilter/CMakeL10n.txt b/kate/textfilter/CMakeL10n.txt
new file mode 100644
index 0000000..1e65912
--- /dev/null
+++ b/kate/textfilter/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katetextfilter" )
diff --git a/kate/xmlcheck/CMakeL10n.txt b/kate/xmlcheck/CMakeL10n.txt
new file mode 100644
index 0000000..58c8e44
--- /dev/null
+++ b/kate/xmlcheck/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katexmlcheck" )
diff --git a/kate/xmltools/CMakeL10n.txt b/kate/xmltools/CMakeL10n.txt
new file mode 100644
index 0000000..aec9f47
--- /dev/null
+++ b/kate/xmltools/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "katexmltools" )