From 28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Aug 2022 15:43:51 +0200 Subject: Copy translations to a new directory layout. Use common rules for build and install translations. Use common rules for build and install documentation. 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 --- src/CMakeL10n.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/CMakeL10n.txt') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index b401afd..5f00ced 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,13 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdepowersave" ) +tde_l10n_create_template( "messages/tdepowersave" ) + +tde_l10n_create_template( + CATALOG "desktop_files/tdepowersave-desktops" + SOURCES *.desktop +) + +tde_l10n_create_template( + CATALOG "desktop_files/eventsrc/" + SOURCES eventsrc +) -- cgit v1.2.1