summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp')
-rw-r--r--kppp/CMakeL10n.txt8
-rw-r--r--kppp/logview/CMakeL10n.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/kppp/CMakeL10n.txt b/kppp/CMakeL10n.txt
new file mode 100644
index 00000000..c2c45537
--- /dev/null
+++ b/kppp/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kppp"
+ EXCLUDES "^logview/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kppp/logview/CMakeL10n.txt b/kppp/logview/CMakeL10n.txt
new file mode 100644
index 00000000..1c678f3e
--- /dev/null
+++ b/kppp/logview/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kppplogview" )