diff options
author | Slávek Banko <[email protected]> | 2020-10-04 00:40:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-10-04 00:43:25 +0200 |
commit | 896cbe60319903891ecec05ff589defa839888b0 (patch) | |
tree | 45bec3b2a9313e5ba3ef92d27c2b40195a4dd8b3 /style/CMakeL10n.txt | |
parent | 82e80513f7851d3c01cd26fc1fb1e1256915cc56 (diff) | |
download | tde-style-lipstik-896cbe60319903891ecec05ff589defa839888b0.tar.gz tde-style-lipstik-896cbe60319903891ecec05ff589defa839888b0.zip |
Added translation of desktop style files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9218fe115995dd828d5a47ad9410979880adadf8)
Diffstat (limited to 'style/CMakeL10n.txt')
-rw-r--r-- | style/CMakeL10n.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/CMakeL10n.txt b/style/CMakeL10n.txt index b585ce4..6c84aa7 100644 --- a/style/CMakeL10n.txt +++ b/style/CMakeL10n.txt @@ -1,3 +1,10 @@ ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/tde-style-lipstik-desktops" + SOURCES + *.themerc + *.kcsrc +) |