diff options
author | Slávek Banko <[email protected]> | 2020-06-28 10:07:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-28 10:07:15 +0200 |
commit | 9f51acfc474b16eb04479cea77922b275bcbbf7d (patch) | |
tree | 6c131de5ce3c9dfe9e2abe8afc88ccf382804dd7 /diff_ext_for_kdiff3/CMakeL10n.txt | |
parent | caa6e331414e7ad44ce087abe4a8c491a61980c8 (diff) | |
download | kdiff3-9f51acfc474b16eb04479cea77922b275bcbbf7d.tar.gz kdiff3-9f51acfc474b16eb04479cea77922b275bcbbf7d.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 <[email protected]>
Diffstat (limited to 'diff_ext_for_kdiff3/CMakeL10n.txt')
-rw-r--r-- | diff_ext_for_kdiff3/CMakeL10n.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/diff_ext_for_kdiff3/CMakeL10n.txt b/diff_ext_for_kdiff3/CMakeL10n.txt index 9784c39..f1e9dde 100644 --- a/diff_ext_for_kdiff3/CMakeL10n.txt +++ b/diff_ext_for_kdiff3/CMakeL10n.txt @@ -1,6 +1,6 @@ ##### create translation templates ############## tde_l10n_create_template( - CATALOG "diff_ext" - DESTINATION "." + CATALOG "messages/diff_ext/" + DESTINATION "./translations" ) |