diff options
author | Slávek Banko <[email protected]> | 2024-05-13 14:51:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-05-13 15:20:49 +0200 |
commit | 88cd0852b37fc58613ea792b87545a4f763265b5 (patch) | |
tree | 410c5a5cc84f5a1643f6a7204237a5b1199a4d0d /CMakeL10n.txt | |
parent | 5540154f1231a0a4fe3bafa8d839dd5fe24874e7 (diff) | |
download | smb4k-88cd0852b37fc58613ea792b87545a4f763265b5.tar.gz smb4k-88cd0852b37fc58613ea792b87545a4f763265b5.zip |
Copy translations to a new directory layout.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index f5dceed..94c6e9d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -23,4 +23,9 @@ include( TDEL10n ) ##### create translation templates ############## -tde_l10n_create_template( "smb4k" ) +tde_l10n_create_template( "messages/smb4k" ) + +tde_l10n_create_template( + CATALOG "desktop_files/smb4k-desktops" + SOURCES *.desktop +) |