diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-05 11:38:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-05 11:41:05 +0900 |
commit | 0f42eacb745e759cad2d898459669f593eec319b (patch) | |
tree | cbd04ef4a6773dd29e89bda1d240edb6d93c1c3a /src/CMakeL10n.txt | |
parent | e7677345ece23d440d8567f2e0768f83b9b1dd8d (diff) | |
download | kstreamripper-0f42eacb745e759cad2d898459669f593eec319b.tar.gz kstreamripper-0f42eacb745e759cad2d898459669f593eec319b.zip |
Added translation of .desktop files.r14.0.10
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1f91199b59882b22518b469a4e7f17194097a134)
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 5c4271b..41f6783 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kstreamripper" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kstreamripper.desktop/" + SOURCES kstreamripper.desktop +) |