diff options
Diffstat (limited to 'kget/CMakeL10n.txt')
-rw-r--r-- | kget/CMakeL10n.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kget/CMakeL10n.txt b/kget/CMakeL10n.txt index dbaaa4a5..19eeaa17 100644 --- a/kget/CMakeL10n.txt +++ b/kget/CMakeL10n.txt @@ -1,3 +1,15 @@ ##### create translation templates ############## tde_l10n_create_template( "kget" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kget-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/kget-eventsrc/" + SOURCES eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |