diff options
Diffstat (limited to 'keduca/CMakeL10n.txt')
-rw-r--r-- | keduca/CMakeL10n.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keduca/CMakeL10n.txt b/keduca/CMakeL10n.txt index a5935c38..ea85c97e 100644 --- a/keduca/CMakeL10n.txt +++ b/keduca/CMakeL10n.txt @@ -1,3 +1,16 @@ ##### create translation templates ############## tde_l10n_create_template( "keduca" ) + +tde_l10n_create_template( + CATALOG "desktop_files/keduca-desktops/" + SOURCES *.desktop + EXCLUDES x-.*.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/keduca-mimetypes/" + SOURCES x-*.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |