summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/CMakeL10n.txt8
-rw-r--r--tdeio/tdeioexec/CMakeL10n.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/tdeio/CMakeL10n.txt b/tdeio/CMakeL10n.txt
new file mode 100644
index 000000000..c25fe7c6b
--- /dev/null
+++ b/tdeio/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "tdeio"
+ SOURCES "." "../tdeioslave"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdeio/tdeioexec/CMakeL10n.txt b/tdeio/tdeioexec/CMakeL10n.txt
new file mode 100644
index 000000000..8efb57d56
--- /dev/null
+++ b/tdeio/tdeioexec/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeioexec" )