diff options
Diffstat (limited to 'applnk/CMakeL10n.txt')
-rw-r--r-- | applnk/CMakeL10n.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applnk/CMakeL10n.txt b/applnk/CMakeL10n.txt new file mode 100644 index 000000000..38425c21d --- /dev/null +++ b/applnk/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories() + +tde_l10n_create_template( + CATALOG "desktop_files/applnk-directories/" + SOURCES *.directory + EXCLUDES "compat/" + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |