From 591bf5a55a275960dcee2eb197c59ee7622beef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 Apr 2020 03:50:33 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ca29362cc0790deb7d56eaa156081ef196323934) --- src/CMakeL10n.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/CMakeL10n.txt') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 80c28b0..4ef060e 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,10 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/d3lphin" ) + +tde_l10n_create_template( + CATALOG "desktop_files/d3lphin.desktop/" + SOURCES d3lphin.desktop +) + +tde_l10n_auto_add_subdirectories( ) -- cgit v1.2.1