From bd2eb022e94751eb5e5ab03eca58092ba16d8b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jun 2020 10:07:15 +0200 Subject: Move translations to a new directory layout. Add support for LINGUAS for listing translations to install. Use common cmake rules for documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9f51acfc474b16eb04479cea77922b275bcbbf7d) --- kdiff3plugin/CMakeL10n.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'kdiff3plugin') 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/" ) -- cgit v1.2.1