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:16:24 +0100 |
commit | c5a99d8b5eb021416b571874a1591753df9669cc (patch) | |
tree | aba51d9a34b26afd483fdb6f73aa9f969b330a32 /src/CMakeL10n.txt | |
parent | 131e5aaa5ef15c015d04b0a0559d659ab682e67b (diff) | |
download | tdeio-apt-c5a99d8b5eb021416b571874a1591753df9669cc.tar.gz tdeio-apt-c5a99d8b5eb021416b571874a1591753df9669cc.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 '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 +) |