diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-22 18:25:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-22 18:28:34 +0100 |
commit | 7ec815dc3c5ada144e1ce50c12b16ffaa224668f (patch) | |
tree | 9b101bdc49778cbcdc8de9e85a35bc3826db08ad /template/commonCMakeLists.txt | |
parent | d23d098ff87f3907bad19c7eeb9726dfeccabedd (diff) | |
download | tde-i18n-7ec815dc3c5ada144e1ce50c12b16ffaa224668f.tar.gz tde-i18n-7ec815dc3c5ada144e1ce50c12b16ffaa224668f.zip |
Add translation of entry.desktop files.
Note: For systems and distributions where individual language directories
are unpacked for building, you need to add an unpacking for the
'translations' directory in addition to other common directories.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2d9b0ded005bad305657fdc3aa2d85f8dd189ca1)
Diffstat (limited to 'template/commonCMakeLists.txt')
-rw-r--r-- | template/commonCMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index e5c97d8d9ab..36a72a15395 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -145,6 +145,7 @@ if( BUILD_MESSAGES ) tde_create_translated_desktop( SOURCE messages/entry.desktop DESTINATION ${LOCALE_INSTALL_DIR}/${_lang} + PO_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../translations/desktop_files/entry.desktop ) endif() if( locale_base_files ) |