diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-04 20:46:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-04 20:46:14 +0200 |
commit | 2a01ebba58913863a68f12848fedea27ef155ebc (patch) | |
tree | a5d23c7774c520bc6dc1ca4aeb11d58b030d5eb5 /CMakeL10n.txt | |
parent | b5e537f10f4271b0fbc3db38bc8b774615408b4f (diff) | |
download | filelight-2a01ebba58913863a68f12848fedea27ef155ebc.tar.gz filelight-2a01ebba58913863a68f12848fedea27ef155ebc.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 1dd96fa..4661392 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -21,3 +21,8 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_create_template( "messages/filelight" ) + +tde_l10n_create_template( + CATALOG "desktop_files/filelight-desktops" + SOURCES misc/*.desktop +) |