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 fcfa4a3..1c162fc 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -19,4 +19,9 @@ include( TDEL10n ) ##### create translation templates ############## -tde_l10n_create_template( "kbfxconfigapp" ) +tde_l10n_create_template( "messages/kbfxconfigapp/" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kbfx-desktops" + SOURCES *.desktop +) |