summaryrefslogtreecommitdiffstats
path: root/malloryclient/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2024-10-07 12:01:59 +0200
committerTDE Gitea <[email protected]>2024-10-07 12:20:11 +0000
commit3332ee613bd7ad8cc5ae09acd0665596a7f9070a (patch)
tree82b7cd932fc8254b21b19e06f11ea2451152cc50 /malloryclient/CMakeL10n.txt
parent941e15eea685127fc59b761a1f3acfb2a6ae9bba (diff)
downloadtwin-style-mallory-3332ee613bd7ad8cc5ae09acd0665596a7f9070a.tar.gz
twin-style-mallory-3332ee613bd7ad8cc5ae09acd0665596a7f9070a.zip
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. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'malloryclient/CMakeL10n.txt')
-rw-r--r--malloryclient/CMakeL10n.txt4
1 files changed, 2 insertions, 2 deletions
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()