From fea7ebd27462042547048589a490a5fc87c7ef34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 21 Mar 2020 14:24:49 +0100 Subject: Desktop file translations: + Creation of POT templates for desktop files added to CMakeL10n rules. + Added creation of translated desktop file during build. + The abakus.desktop will be installed to the XDG_APPS_INSTALL_DIR. 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 a1a48db571e6fa1c3ae94a22546548b87e497dd2) --- src/CMakeL10n.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/CMakeL10n.txt') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 771410e..568a07f 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## -tde_l10n_create_template( "abakus" ) +tde_l10n_create_template( "messages/abakus/" ) + +tde_l10n_create_template( + CATALOG "desktop_files/abakus.desktop/" + SOURCES abakus.desktop +) -- cgit v1.2.3