diff options
Diffstat (limited to 'wifi/CMakeL10n.txt')
-rw-r--r-- | wifi/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wifi/CMakeL10n.txt b/wifi/CMakeL10n.txt index 07af0a83..7f04c0fb 100644 --- a/wifi/CMakeL10n.txt +++ b/wifi/CMakeL10n.txt @@ -8,3 +8,9 @@ tde_l10n_create_template( ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/wifi-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |