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 b8b7d51..fd15910 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -20,6 +20,11 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_create_template( - CATALOG "k9copy" + CATALOG "messages/k9copy" SOURCES "." "../k3b/libk3bdevice" ) + +tde_l10n_create_template( + CATALOG "desktop_files/k9copy-desktops" + SOURCES "*.desktop" +) |