diff options
Diffstat (limited to 'kmail/CMakeL10n.txt')
-rw-r--r-- | kmail/CMakeL10n.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kmail/CMakeL10n.txt b/kmail/CMakeL10n.txt index 21e70240c..3ad4b9778 100644 --- a/kmail/CMakeL10n.txt +++ b/kmail/CMakeL10n.txt @@ -5,3 +5,15 @@ tde_l10n_create_template( SOURCES "." "tips" KEYWORDS "translate" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kmail-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/kmail-eventsrc/" + SOURCES eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |