diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-10-07 12:01:59 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-10-07 12:20:11 +0000 |
commit | 3332ee613bd7ad8cc5ae09acd0665596a7f9070a (patch) | |
tree | 82b7cd932fc8254b21b19e06f11ea2451152cc50 /colorscheme/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 <slavek.banko@axis.cz>
Diffstat (limited to 'colorscheme/CMakeL10n.txt')
-rw-r--r-- | colorscheme/CMakeL10n.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colorscheme/CMakeL10n.txt b/colorscheme/CMakeL10n.txt index 27a14e7..73d2787 100644 --- a/colorscheme/CMakeL10n.txt +++ b/colorscheme/CMakeL10n.txt @@ -7,6 +7,6 @@ ### Translation templates ###################################################### tde_l10n_create_template( - CATALOG "desktop_files/twin-style-mallory-colors" + CATALOG "desktop_files/twin-style-mallory-colors/" SOURCES *.kcsrc -)
\ No newline at end of file +) |