diff options
Diffstat (limited to 'cervisia/CMakeL10n.txt')
-rw-r--r-- | cervisia/CMakeL10n.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cervisia/CMakeL10n.txt b/cervisia/CMakeL10n.txt index b914db0f..8c25f027 100644 --- a/cervisia/CMakeL10n.txt +++ b/cervisia/CMakeL10n.txt @@ -6,3 +6,15 @@ tde_l10n_create_template( ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/cervisia-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/cervisia-eventsrc/" + SOURCES eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |