diff options
Diffstat (limited to 'tdecore/CMakeL10n.txt')
-rw-r--r-- | tdecore/CMakeL10n.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tdecore/CMakeL10n.txt b/tdecore/CMakeL10n.txt new file mode 100644 index 000000000..88e69c56f --- /dev/null +++ b/tdecore/CMakeL10n.txt @@ -0,0 +1,13 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "desktop_files/all_languages.desktop/" + SOURCES all_languages.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/tdecore-eventsrc/" + SOURCES_DESKTOP eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |