diff options
author | Slávek Banko <[email protected]> | 2022-02-02 09:46:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-02-02 09:51:03 +0100 |
commit | f21f9ca5b0811d378e62958e36ca88673cca471f (patch) | |
tree | 4155969f15a5fb40ad3e37a544e2eaf45bbf44d4 /CMakeL10n.txt | |
parent | 8bd05d698bfd9c5216d4b9e4ad8de6fd00995ead (diff) | |
download | tde-style-qtcurve-f21f9ca5b0811d378e62958e36ca88673cca471f.tar.gz tde-style-qtcurve-f21f9ca5b0811d378e62958e36ca88673cca471f.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f404beea525cde0e93fb0e2579daaa789a8ece04)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index cca0148..42cfaa4 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -20,4 +20,11 @@ include( TDEL10n ) ##### create translation templates ############## -tde_l10n_create_template( "qtcurve" ) +tde_l10n_create_template( "messages/qtcurve/" ) + +tde_l10n_create_template( + CATALOG "desktop_files/qtcurve-desktops" + SOURCES + style/*.themerc + colors/*.kcsrc +) |