diff options
author | Slávek Banko <[email protected]> | 2020-05-06 15:48:39 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-06 15:48:39 +0200 |
commit | 00d390707434fe3ce743ea1d9cbc10e82ebd7487 (patch) | |
tree | f1c63716fe68ff07b78b35aec89894d704bd75e4 /src/CMakeL10n.txt | |
parent | 2504ff7c8090118edcf11de710b5454f47306708 (diff) | |
download | tdmtheme-00d390707434fe3ce743ea1d9cbc10e82ebd7487.tar.gz tdmtheme-00d390707434fe3ce743ea1d9cbc10e82ebd7487.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 804b624..a217759 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/tdmtheme" ) + +tde_l10n_create_template( + CATALOG "desktop_files/tdmtheme.desktop/" + SOURCES tdmtheme.desktop +) |