diff options
author | Slávek Banko <[email protected]> | 2020-04-05 11:56:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 11:56:48 +0200 |
commit | ea47da4e59a7ad6bbd99583388dcfb4764a42ce4 (patch) | |
tree | 599499b07e0ab116e1a983855d14d1b0dcc31df1 /CMakeL10n.txt | |
parent | cf7b9cf5a69359c11962459c4754d8bbe62ef940 (diff) | |
download | kbarcode-ea47da4e59a7ad6bbd99583388dcfb4764a42ce4.tar.gz kbarcode-ea47da4e59a7ad6bbd99583388dcfb4764a42ce4.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 dcded97665311ec2c62a8b34122b495f720b373a)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..bfefd8e 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -21,3 +21,8 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files" + SOURCES *.desktop +) |