diff options
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/CMakeL10n.txt | 10 | ||||
-rw-r--r-- | wifi/kcmwifi/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | wifi/kwireless/CMakeL10n.txt | 3 |
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" ) |