From 60f97e3b91c86febc249259183c57399a7c6b528 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 --- kexi/CMakeL10n.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kexi/CMakeL10n.txt (limited to 'kexi/CMakeL10n.txt') diff --git a/kexi/CMakeL10n.txt b/kexi/CMakeL10n.txt new file mode 100644 index 00000000..b060940d --- /dev/null +++ b/kexi/CMakeL10n.txt @@ -0,0 +1,14 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kexi" + EXCLUDES + "^3rdparty/" + "^doc/" + "^formeditor/" + "^plugins/scripting/" + "^scriptingplugins/" + "(^|/)tests/" +) + +tde_l10n_auto_add_subdirectories( ) -- cgit v1.2.1