From f1c0bbd1e86d2df61b81cd155aa758523e4c842a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Jan 2019 18:47:03 +0100 Subject: Update CMakeL10n rules + Add rule to update template with common texts - tde.pot. + Add the X-POT option to ensure that the common texts are part of tdelibs.pot. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeL10n.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CMakeL10n.txt') diff --git a/CMakeL10n.txt b/CMakeL10n.txt index bc73da47d..4194724ea 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -50,6 +50,14 @@ execute_process( ##### create translation templates ############## +tde_l10n_create_template( + CATALOG "tde" + SOURCES "common_texts.cpp" + EXCLUDES "_translatorinfo" + X-POT - + DESTINATION "." +) + tde_l10n_create_template( CATALOG "tdelibs" SOURCES @@ -79,6 +87,7 @@ tde_l10n_create_template( tr tr:1,2 translate translate:1,2 QT_TRANSLATE_NOOP QT_TRANSLATE_NOOP:1,2 + X-POT "-" ) -- cgit v1.2.3