diff options
Diffstat (limited to 'wifi/CMakeL10n.txt')
-rw-r--r-- | wifi/CMakeL10n.txt | 10 |
1 files changed, 10 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( ) |