From 1d17efbaf6a68bec6ae87dac04566c16de81c9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 29 Aug 2022 12:27:36 +0200 Subject: Copy translations to a new directory layout. Use common rules for build and install translations. 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/CMakeL10n.txt') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 8368157..535ca38 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## -tde_l10n_create_template( "tastymenu" ) +tde_l10n_create_template( "messages/tastymenu" ) + +tde_l10n_create_template( + CATALOG "desktop_files/tastymenu-desktops" + SOURCES *.desktop +) -- cgit v1.2.1