From 3332ee613bd7ad8cc5ae09acd0665596a7f9070a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 7 Oct 2024 12:01:59 +0200 Subject: Fix CMakeL10n rules. + It is necessary to have separate directory for separate POT files. + The PO_DIR option is used to generate translated desktop files. + tde_create_translated_desktop allows to process multiple input files, so there is no need for a loop. + The rules in malloryclient/config referred to the identical POT file as in malloryclient. + For the POT file, subfolders are also processed, so it was possible to delete the rules in config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- malloryclient/CMakeL10n.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'malloryclient/CMakeL10n.txt') diff --git a/malloryclient/CMakeL10n.txt b/malloryclient/CMakeL10n.txt index 888d2b3..c519273 100644 --- a/malloryclient/CMakeL10n.txt +++ b/malloryclient/CMakeL10n.txt @@ -13,8 +13,8 @@ tde_l10n_create_template( ) tde_l10n_create_template( - CATALOG "desktop_files/twin-style-mallory-desktops" + CATALOG "desktop_files/twin-style-mallory-desktops/" SOURCES mallory.desktop ) -tde_l10n_auto_add_subdirectories() \ No newline at end of file +tde_l10n_auto_add_subdirectories() -- cgit v1.2.1