From 637b8632f44459d64a1e688205f68cd1f38ad587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 14 Mar 2021 12:01:42 +0100 Subject: Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ksayit/CMakeL10n.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ksayit/CMakeL10n.txt') diff --git a/ksayit/CMakeL10n.txt b/ksayit/CMakeL10n.txt index b585ce4..0d6145b 100644 --- a/ksayit/CMakeL10n.txt +++ b/ksayit/CMakeL10n.txt @@ -1,3 +1,11 @@ ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/ksayit-desktops/" + SOURCES + src/*.desktop + *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) -- cgit v1.2.1