diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-30 17:49:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-30 17:49:31 +0200 |
commit | 193377c524f58f2ae93489afb23b74c418e26fad (patch) | |
tree | 2a3a94d7f48a20932d9a3157acfa0c4211819860 /src/CMakeL10n.txt | |
parent | e65f4accce0f660916a1e3ab937692378ec0049b (diff) | |
download | knmap-193377c524f58f2ae93489afb23b74c418e26fad.tar.gz knmap-193377c524f58f2ae93489afb23b74c418e26fad.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>
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 2ded689..9fa6aeb 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/knmap" ) + +tde_l10n_create_template( + CATALOG "desktop_files/knmap.desktop/" + SOURCES knmap.desktop +) |