diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 10:07:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 10:08:51 +0200 |
commit | bd2eb022e94751eb5e5ab03eca58092ba16d8b72 (patch) | |
tree | 0ee1d253de9cd0b751950c16aae40de89d2d2160 /kdiff3plugin | |
parent | f756c5c1ec5dc501780f76a8c6c1e221df74df57 (diff) | |
download | kdiff3-bd2eb022e94751eb5e5ab03eca58092ba16d8b72.tar.gz kdiff3-bd2eb022e94751eb5e5ab03eca58092ba16d8b72.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9f51acfc474b16eb04479cea77922b275bcbbf7d)
Diffstat (limited to 'kdiff3plugin')
-rw-r--r-- | kdiff3plugin/CMakeL10n.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kdiff3plugin/CMakeL10n.txt b/kdiff3plugin/CMakeL10n.txt index ba5eeeb..5f69b55 100644 --- a/kdiff3plugin/CMakeL10n.txt +++ b/kdiff3plugin/CMakeL10n.txt @@ -1,6 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( - CATALOG "kdiff3_plugin" - DESTINATION "po" -) +tde_l10n_create_template( "messages/kdiff3_plugin/" ) |