diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-23 13:17:37 +0900 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-24 23:27:04 +0200 |
commit | c4cf1bad37cf45abb81a61f5f50bb07fcdfccc85 (patch) | |
tree | f3b8adcac12f66419f21fa53687f36b92187ea63 | |
parent | 12d3bee7aee8552365318eda6e0042d6ae77c795 (diff) | |
download | tde-style-polyester-c4cf1bad37cf45abb81a61f5f50bb07fcdfccc85.tar.gz tde-style-polyester-c4cf1bad37cf45abb81a61f5f50bb07fcdfccc85.zip |
Fix generation of translation templates
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeL10n.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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" |