diff options
author | Slávek Banko <[email protected]> | 2021-03-03 12:57:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-03-03 12:57:00 +0100 |
commit | 0d8f91b1bdb5bbf770686b4749735890468cc3e9 (patch) | |
tree | b18f51fc83e1ee1992e9161d46ef432b6b3040ff /CMakeL10n.txt | |
parent | 8789defb6025aac55ca748e6b64cfe0ceb8cbf2a (diff) | |
download | kmplayer-0d8f91b1bdb5bbf770686b4749735890468cc3e9.tar.gz kmplayer-0d8f91b1bdb5bbf770686b4749735890468cc3e9.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..7e37a39 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -21,3 +21,11 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/kmplayer-desktops" + SOURCES + src/*.desktop + mimetypes/*.desktop + protocols/*.protocol +) |