summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-20 02:51:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-20 15:23:42 +0100
commit97f214b04a5daefc5cd54aa59144306d63b55e1c (patch)
tree224ce06033cafde0360d78efc7aae27bfadca0bf /wifi
parent97d7431a4bc6c2c71749001d568efe5a3e23db16 (diff)
downloadtdenetwork-97f214b04a5daefc5cd54aa59144306d63b55e1c.tar.gz
tdenetwork-97f214b04a5daefc5cd54aa59144306d63b55e1c.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1)
Diffstat (limited to 'wifi')
-rw-r--r--wifi/CMakeL10n.txt10
-rw-r--r--wifi/kcmwifi/CMakeL10n.txt3
-rw-r--r--wifi/kwireless/CMakeL10n.txt3
3 files changed, 16 insertions, 0 deletions
diff --git a/wifi/CMakeL10n.txt b/wifi/CMakeL10n.txt
new file mode 100644
index 00000000..07af0a83
--- /dev/null
+++ b/wifi/CMakeL10n.txt
@@ -0,0 +1,10 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kwifimanager"
+ EXCLUDES
+ "^kcmwifi/"
+ "^kwireless/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/wifi/kcmwifi/CMakeL10n.txt b/wifi/kcmwifi/CMakeL10n.txt
new file mode 100644
index 00000000..2afa32e6
--- /dev/null
+++ b/wifi/kcmwifi/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcmwifi" )
diff --git a/wifi/kwireless/CMakeL10n.txt b/wifi/kwireless/CMakeL10n.txt
new file mode 100644
index 00000000..8873a6ce
--- /dev/null
+++ b/wifi/kwireless/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kwireless" )