diff options
author | Slávek Banko <[email protected]> | 2022-05-31 02:01:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-07-01 14:01:41 +0200 |
commit | 732613313d11c1911bab40138467c7e9167c6ad7 (patch) | |
tree | 3e1baa1f4a20cb8762664c7f74e80538dbc0b9db /src/CMakeL10n.txt | |
parent | dc98ae282bca3e1c118bd9857cea54c00505f46b (diff) | |
download | kile-732613313d11c1911bab40138467c7e9167c6ad7.tar.gz kile-732613313d11c1911bab40138467c7e9167c6ad7.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
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 b585ce4..3e2d086 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/kile-desktops" + SOURCES *.desktop +) |