From 657ff9546470dfd74435cf9a68ab705dbd9ab3f8 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 20 Dec 2018 18:41:24 +0100 Subject: Add CMakeL10n rules. 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 d44616976482cae1d41c583d00192a6b274b7e9e) --- src/CMakeL10n.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/CMakeL10n.txt (limited to 'src') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..e03d90c --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,9 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "k3b" + SOURCES + "." + "../plugins" + "tips" +) -- cgit v1.2.3