diff options
author | Slávek Banko <[email protected]> | 2020-05-27 03:12:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-28 17:51:29 +0200 |
commit | a084db175509b58e57a81d50b1688709f19758bf (patch) | |
tree | 0fdf4c3292e92897faf783775d038f7bf8ca21d2 /kalzium/src/CMakeL10n.txt | |
parent | 5255f3b93733410203e467b9442dca1948ffa361 (diff) | |
download | tdeedu-a084db175509b58e57a81d50b1688709f19758bf.tar.gz tdeedu-a084db175509b58e57a81d50b1688709f19758bf.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 'kalzium/src/CMakeL10n.txt')
-rw-r--r-- | kalzium/src/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kalzium/src/CMakeL10n.txt b/kalzium/src/CMakeL10n.txt index d15678c5..fe0f9da5 100644 --- a/kalzium/src/CMakeL10n.txt +++ b/kalzium/src/CMakeL10n.txt @@ -28,3 +28,9 @@ tde_l10n_create_template( ATTRIBUTES "data/data.xml:name,origin" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kalzium.desktop/" + SOURCES kalzium.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |