diff options
author | Slávek Banko <[email protected]> | 2020-04-30 17:49:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-30 17:49:49 +0200 |
commit | 692166b85cc1c3576cc87ecdc92ae83dbb6e2d83 (patch) | |
tree | 45a943494682319b31eae7927b3955e5229fb616 /src/CMakeL10n.txt | |
parent | ed56145cd3547b96c048192cd34e6d6573e8c42b (diff) | |
download | knmap-692166b85cc1c3576cc87ecdc92ae83dbb6e2d83.tar.gz knmap-692166b85cc1c3576cc87ecdc92ae83dbb6e2d83.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 193377c524f58f2ae93489afb23b74c418e26fad)
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 +) |