summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2025-06-30 19:29:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2025-07-01 09:17:41 +0200
commit002acc876617bcc94c9bd33dd5be6e0534b9b9df (patch)
treebdbc4fa9f6ac00633c847a23a4dc2ef18554293d /src/CMakeL10n.txt
parentd205f4cb9aae5a54d05970a01284a359dbbf3ba1 (diff)
downloadktorrent-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.txt5
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
+)