diff options
author | Slávek Banko <[email protected]> | 2020-05-31 19:18:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-31 19:29:08 +0200 |
commit | bb5603da8b810eae9b8d3c5a322801db50cfe202 (patch) | |
tree | e2b55588a23ac2be22b9ee6b6dffd05576e808cf /tdefile-plugins/CMakeL10n.txt | |
parent | 68c56b1ea83c32a7d11a43a0d0f977a435614f71 (diff) | |
download | tdeadmin-bb5603da8b810eae9b8d3c5a322801db50cfe202.tar.gz tdeadmin-bb5603da8b810eae9b8d3c5a322801db50cfe202.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 cfe279f15a6ca1dad65d63f289a6a6a8a91bb024)
Diffstat (limited to 'tdefile-plugins/CMakeL10n.txt')
-rw-r--r-- | tdefile-plugins/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt index b585ce4..af16c09 100644 --- a/tdefile-plugins/CMakeL10n.txt +++ b/tdefile-plugins/CMakeL10n.txt @@ -1,3 +1,9 @@ ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/tdefile-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |