summaryrefslogtreecommitdiffstats
path: root/kmilo
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo')
-rw-r--r--kmilo/CMakeL10n.txt3
-rw-r--r--kmilo/asus/CMakeL10n.txt3
-rw-r--r--kmilo/delli8k/CMakeL10n.txt3
-rw-r--r--kmilo/generic/CMakeL10n.txt3
-rw-r--r--kmilo/kmilo_kvaio/CMakeL10n.txt8
-rw-r--r--kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt3
-rw-r--r--kmilo/kmilod/CMakeL10n.txt3
-rw-r--r--kmilo/powerbook2/CMakeL10n.txt3
-rw-r--r--kmilo/thinkpad/CMakeL10n.txt8
-rw-r--r--kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt3
10 files changed, 40 insertions, 0 deletions
diff --git a/kmilo/CMakeL10n.txt b/kmilo/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/kmilo/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kmilo/asus/CMakeL10n.txt b/kmilo/asus/CMakeL10n.txt
new file mode 100644
index 0000000..1fb34ad
--- /dev/null
+++ b/kmilo/asus/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kmilo_asus" )
diff --git a/kmilo/delli8k/CMakeL10n.txt b/kmilo/delli8k/CMakeL10n.txt
new file mode 100644
index 0000000..f624e9a
--- /dev/null
+++ b/kmilo/delli8k/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kmilo_delli8k" )
diff --git a/kmilo/generic/CMakeL10n.txt b/kmilo/generic/CMakeL10n.txt
new file mode 100644
index 0000000..52e389a
--- /dev/null
+++ b/kmilo/generic/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kmilo_generic" )
diff --git a/kmilo/kmilo_kvaio/CMakeL10n.txt b/kmilo/kmilo_kvaio/CMakeL10n.txt
new file mode 100644
index 0000000..1d822c1
--- /dev/null
+++ b/kmilo/kmilo_kvaio/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kmilo_kvaio"
+ EXCLUDES "/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt b/kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt
new file mode 100644
index 0000000..94d61e9
--- /dev/null
+++ b/kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcmkvaio" )
diff --git a/kmilo/kmilod/CMakeL10n.txt b/kmilo/kmilod/CMakeL10n.txt
new file mode 100644
index 0000000..58c4c74
--- /dev/null
+++ b/kmilo/kmilod/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kmilod" )
diff --git a/kmilo/powerbook2/CMakeL10n.txt b/kmilo/powerbook2/CMakeL10n.txt
new file mode 100644
index 0000000..9777666
--- /dev/null
+++ b/kmilo/powerbook2/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kmilo_powerbook" )
diff --git a/kmilo/thinkpad/CMakeL10n.txt b/kmilo/thinkpad/CMakeL10n.txt
new file mode 100644
index 0000000..cd16475
--- /dev/null
+++ b/kmilo/thinkpad/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kmilo_thinkpad"
+ EXCLUDES "/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt b/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt
new file mode 100644
index 0000000..0e4ae4b
--- /dev/null
+++ b/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcmthinkpad" )