From 1f79d16318411774420dcd0613ddb9aef4c23572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 6 Jul 2021 18:19:38 +0200 Subject: Exclude common strings of twin clients from translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- client/CMakeL10n.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/CMakeL10n.txt') diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt index 2ef5a48..815eb43 100644 --- a/client/CMakeL10n.txt +++ b/client/CMakeL10n.txt @@ -1,6 +1,10 @@ ##### create translation templates ############## -tde_l10n_create_template( "messages/twin-style-crystal" ) +tde_l10n_create_template( + CATALOG "messages/twin-style-crystal" + SOURCES . + X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot +) tde_l10n_create_template( CATALOG "desktop_files/twin-style-crystal-desktops" -- cgit v1.2.1