diff options
Diffstat (limited to 'tdeio/CMakeL10n.txt')
-rw-r--r-- | tdeio/CMakeL10n.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tdeio/CMakeL10n.txt b/tdeio/CMakeL10n.txt index c25fe7c6b..673cfe390 100644 --- a/tdeio/CMakeL10n.txt +++ b/tdeio/CMakeL10n.txt @@ -6,3 +6,16 @@ tde_l10n_create_template( ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/tdeio-desktops/" + SOURCES *.desktop *.protocol + EXCLUDES tests/ + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/tdeio-kpac-eventsrc/" + SOURCES_DESKTOP misc/kpac/eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |