diff options
author | Slávek Banko <[email protected]> | 2020-03-24 16:51:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-25 11:18:30 +0100 |
commit | 47c2f936d8823148bdbd45917af43e55a39bfc95 (patch) | |
tree | 315e2406be716a787b490c959157f736a44d38f9 /src/CMakeL10n.txt | |
parent | 9fcfb93f800088606ac834fa9218411c4badba99 (diff) | |
download | tdeio-apt-47c2f936d8823148bdbd45917af43e55a39bfc95.tar.gz tdeio-apt-47c2f936d8823148bdbd45917af43e55a39bfc95.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 c5a99d8b5eb021416b571874a1591753df9669cc)
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 058043e..e7bf2af 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/tdeio-apt" ) + +tde_l10n_create_template( + CATALOG "desktop_files/tdeio-apt-desktops" + SOURCES *.protocol *.desktop +) |