summaryrefslogtreecommitdiffstats
path: root/twin/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'twin/CMakeL10n.txt')
-rw-r--r--twin/CMakeL10n.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/twin/CMakeL10n.txt b/twin/CMakeL10n.txt
new file mode 100644
index 000000000..4255a573e
--- /dev/null
+++ b/twin/CMakeL10n.txt
@@ -0,0 +1,10 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "twin"
+ EXCLUDES
+ "^clients/"
+ "^kcmtwin/"
+)
+
+tde_l10n_auto_add_subdirectories( )