diff options
author | Slávek Banko <[email protected]> | 2020-06-28 10:53:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-28 10:54:08 +0200 |
commit | 76d47fc6c247730e325c4eb5535fc4430b0c8cb1 (patch) | |
tree | e1f8dbabc79ae5195f5554f52f8c83e37b153804 /CMakeL10n.txt | |
parent | 4e2d5c5aa1b8e805b3ca64d314cfdc05c2192be2 (diff) | |
download | kdiff3-76d47fc6c247730e325c4eb5535fc4430b0c8cb1.tar.gz kdiff3-76d47fc6c247730e325c4eb5535fc4430b0c8cb1.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 509de40974962520faee091c89ce8281c0d7c0bc)
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..fd0189c 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/kdiff3-desktops" + SOURCES *.desktop +) |