summaryrefslogtreecommitdiffstats
path: root/kig/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kig/CMakeL10n.txt')
-rw-r--r--kig/CMakeL10n.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/kig/CMakeL10n.txt b/kig/CMakeL10n.txt
index e63464d3..cc578a7b 100644
--- a/kig/CMakeL10n.txt
+++ b/kig/CMakeL10n.txt
@@ -37,3 +37,24 @@ tde_l10n_create_template(
CATALOG "tdefile_kig"
SOURCES "tdefile/tdefile_kig.cpp" "tdefile/tdefile_kig.h"
)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kig-desktops/"
+ SOURCES *.desktop
+ EXCLUDES
+ "^mimetypes/"
+ "^tdefile/"
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kig-mimetypes/"
+ SOURCES mimetypes/*.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kig-tdefile/"
+ SOURCES tdefile/*.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)