From 9f81d5707244152ad95e141a43bbbb52b9edbc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 17 Dec 2018 04:17:48 +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 --- libkcddb/CMakeL10n.txt | 8 ++++++++ libkcddb/kcmcddb/CMakeL10n.txt | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 libkcddb/CMakeL10n.txt create mode 100644 libkcddb/kcmcddb/CMakeL10n.txt (limited to 'libkcddb') diff --git a/libkcddb/CMakeL10n.txt b/libkcddb/CMakeL10n.txt new file mode 100644 index 00000000..624ff885 --- /dev/null +++ b/libkcddb/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "libkcddb" + EXCLUDES "^kcmcddb/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/libkcddb/kcmcddb/CMakeL10n.txt b/libkcddb/kcmcddb/CMakeL10n.txt new file mode 100644 index 00000000..0115c0a4 --- /dev/null +++ b/libkcddb/kcmcddb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmcddb" ) -- cgit v1.2.1