diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-29 18:56:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-29 18:56:51 +0200 |
commit | 2158c5b9e81fab0dd73bd943844e55f709ab8de7 (patch) | |
tree | 0d4ba49e458125c540b58d79444845346b4ac66e /src/CMakeL10n.txt | |
parent | cb0cfc7fe8e7118418ace40d3b68fffb0ff834c0 (diff) | |
download | kcpuload-2158c5b9e81fab0dd73bd943844e55f709ab8de7.tar.gz kcpuload-2158c5b9e81fab0dd73bd943844e55f709ab8de7.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 <slavek.banko@axis.cz>
(cherry picked from commit 782fedd71db076f5f27e4d61ecf8ec49890883ed)
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 94931f2..023e43f 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kcpuload" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kcpuload.desktop/" + SOURCES kcpuload.desktop +) |