summaryrefslogtreecommitdiffstats
path: root/kmilo
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-25 19:59:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-26 12:21:51 +0100
commit53d7a67610a8dc0397c1367e4e3fc1db664062bb (patch)
tree2a0fe9b5a37b858ebaf65aec97a09b110248bcce /kmilo
parent938c5012fb59ef82218ae2f67283d8d94e0a92fb (diff)
downloadtdeutils-53d7a67610a8dc0397c1367e4e3fc1db664062bb.tar.gz
tdeutils-53d7a67610a8dc0397c1367e4e3fc1db664062bb.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba)
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" )