diff options
author | Slávek Banko <[email protected]> | 2020-09-29 13:24:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-09-29 13:24:48 +0200 |
commit | 14da93d471a2f2f99b44a34931881047ea5fd317 (patch) | |
tree | e50a36a4b95bcad855d4456568d88bab95167c82 /src/CMakeL10n.txt | |
parent | 12d35e64af0405a6d836ddf6c8b17b4f45111402 (diff) | |
download | kerberostray-14da93d471a2f2f99b44a34931881047ea5fd317.tar.gz kerberostray-14da93d471a2f2f99b44a34931881047ea5fd317.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d36b1732b704a179ddd4534a41dccd567e03e4f5)
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 8907ff8..a961d43 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kerberostray" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kerberostray.desktop/" + SOURCES kerberostray.desktop +) |