diff options
author | Slávek Banko <[email protected]> | 2020-05-03 10:31:46 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-03 10:31:46 +0200 |
commit | b262eedefe27f773fc0613e761820cd9880cd38f (patch) | |
tree | 2ac7f5c9a1ced2a8a91db8109b32c075f343c5e4 /src/CMakeL10n.txt | |
parent | 8ff736789df503852579e2d56702b69aff13a25a (diff) | |
download | kvkbd-b262eedefe27f773fc0613e761820cd9880cd38f.tar.gz kvkbd-b262eedefe27f773fc0613e761820cd9880cd38f.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
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 e9e8cd3..f246462 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kvkbd" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kvkbd.desktop/" + SOURCES kvkbd.desktop +) |