diff options
author | Slávek Banko <[email protected]> | 2024-10-07 12:01:59 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-10-07 12:20:11 +0000 |
commit | 3332ee613bd7ad8cc5ae09acd0665596a7f9070a (patch) | |
tree | 82b7cd932fc8254b21b19e06f11ea2451152cc50 /malloryclient/CMakeL10n.txt | |
parent | 941e15eea685127fc59b761a1f3acfb2a6ae9bba (diff) | |
download | twin-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.txt | 4 |
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() |