summaryrefslogtreecommitdiffstats
path: root/akregator/src/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/CMakeL10n.txt')
-rw-r--r--akregator/src/CMakeL10n.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/akregator/src/CMakeL10n.txt b/akregator/src/CMakeL10n.txt
index 0a4bcd800..ce9c5230b 100644
--- a/akregator/src/CMakeL10n.txt
+++ b/akregator/src/CMakeL10n.txt
@@ -1,3 +1,15 @@
##### create translation templates ##############
tde_l10n_create_template( "akregator" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/akregator-desktops/"
+ SOURCES *.desktop *.protocol
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/akregator-eventsrc/"
+ SOURCES eventsrc
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)