summaryrefslogtreecommitdiffstats
path: root/kdesktop/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/CMakeL10n.txt')
-rw-r--r--kdesktop/CMakeL10n.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/kdesktop/CMakeL10n.txt b/kdesktop/CMakeL10n.txt
index ed3027467..b5fc87470 100644
--- a/kdesktop/CMakeL10n.txt
+++ b/kdesktop/CMakeL10n.txt
@@ -1,3 +1,12 @@
##### create translation templates ##############
tde_l10n_create_template( "kdesktop" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kdesktop-desktops/"
+ SOURCES kdesktop.desktop.cmake *.desktop
+ EXCLUDES "init/"
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
+
+tde_l10n_auto_add_subdirectories()