From 57044db780c3e39a8be3ecbd6ef8404ac9db9081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 4 Apr 2020 20:46:14 +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 2a01ebba58913863a68f12848fedea27ef155ebc) --- CMakeL10n.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeL10n.txt') diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 1dd96fa..4661392 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -21,3 +21,8 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_create_template( "messages/filelight" ) + +tde_l10n_create_template( + CATALOG "desktop_files/filelight-desktops" + SOURCES misc/*.desktop +) -- cgit v1.2.1