From 8147f97196ea169d6ce1de58ebdaa85e0569ea23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Jan 2019 00:06:00 +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 60f97e3b91c86febc249259183c57399a7c6b528) --- plugins/CMakeL10n.txt | 3 +++ plugins/scan/CMakeL10n.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 plugins/CMakeL10n.txt create mode 100644 plugins/scan/CMakeL10n.txt (limited to 'plugins') diff --git a/plugins/CMakeL10n.txt b/plugins/CMakeL10n.txt new file mode 100644 index 00000000..b585ce4a --- /dev/null +++ b/plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/plugins/scan/CMakeL10n.txt b/plugins/scan/CMakeL10n.txt new file mode 100644 index 00000000..a389d0ca --- /dev/null +++ b/plugins/scan/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kscan_plugin" ) -- cgit v1.2.1