diff options
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index f5dceed..94c6e9d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -23,4 +23,9 @@ include( TDEL10n ) ##### create translation templates ############## -tde_l10n_create_template( "smb4k" ) +tde_l10n_create_template( "messages/smb4k" ) + +tde_l10n_create_template( + CATALOG "desktop_files/smb4k-desktops" + SOURCES *.desktop +) |