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:59 +0200 |
commit | 77f505516b44dfef57eb0e1702b2bade99a9d956 (patch) | |
tree | b91e40891034cd1d1d9794e2e0064829135ce7ec /src/CMakeL10n.txt | |
parent | 67e18f5fcebdd7ee1d4c4598fdd1b1ebea9b23e1 (diff) | |
download | kvkbd-77f505516b44dfef57eb0e1702b2bade99a9d956.tar.gz kvkbd-77f505516b44dfef57eb0e1702b2bade99a9d956.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]>
(cherry picked from commit b262eedefe27f773fc0613e761820cd9880cd38f)
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 +) |