summaryrefslogtreecommitdiffstats
path: root/kate/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kate/CMakeL10n.txt')
-rw-r--r--kate/CMakeL10n.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/kate/CMakeL10n.txt b/kate/CMakeL10n.txt
new file mode 100644
index 000000000..e2998f650
--- /dev/null
+++ b/kate/CMakeL10n.txt
@@ -0,0 +1,11 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "katepart"
+ SOURCES data part plugins
+ ATTRIBUTES
+ "data/*.xml:language,section,Language Section"
+ "data/*.xml:language,name,Language"
+)
+
+tde_l10n_auto_add_subdirectories( )