From c4cf1bad37cf45abb81a61f5f50bb07fcdfccc85 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Mar 2024 13:17:37 +0900 Subject: [PATCH] Fix generation of translation templates Signed-off-by: Michele Calgaro --- CMakeL10n.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 0b6987e..e6fdb1d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -27,7 +27,10 @@ tde_l10n_auto_add_subdirectories( ) ### create translation templates ############################################### -tde_l10n_create_template( "messages/polyester/" ) +tde_l10n_create_template( + CATALOG "messages/polyester/" + SOURCES client style +) tde_l10n_create_template( CATALOG "desktop_files/tde-style-polyester-desktops"