diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2025-06-30 19:29:52 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-07-01 09:17:41 +0200 |
| commit | 002acc876617bcc94c9bd33dd5be6e0534b9b9df (patch) | |
| tree | bdbc4fa9f6ac00633c847a23a4dc2ef18554293d /src/CMakeL10n.txt | |
| parent | d205f4cb9aae5a54d05970a01284a359dbbf3ba1 (diff) | |
| download | ktorrent-002acc87.tar.gz ktorrent-002acc87.zip | |
Add desktop files translations.
Fixed name for info widget plugin in desktop file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6387f84b3888421b1da0c15135b34d74c98f8b09)
Diffstat (limited to 'src/CMakeL10n.txt')
| -rw-r--r-- | src/CMakeL10n.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index a44265c..02343e1 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/ktorrent" ) + +tde_l10n_create_template( + CATALOG "desktop_files/ktorrent-desktops" + SOURCES *.desktop +) |
