From 97f214b04a5daefc5cd54aa59144306d63b55e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 20 Dec 2018 02:51:42 +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 ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1) --- krfb/CMakeL10n.txt | 10 ++++++++++ krfb/kcm_krfb/CMakeL10n.txt | 3 +++ krfb/kinetd/CMakeL10n.txt | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 krfb/CMakeL10n.txt create mode 100644 krfb/kcm_krfb/CMakeL10n.txt create mode 100644 krfb/kinetd/CMakeL10n.txt (limited to 'krfb') diff --git a/krfb/CMakeL10n.txt b/krfb/CMakeL10n.txt new file mode 100644 index 00000000..2a8874a2 --- /dev/null +++ b/krfb/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "krfb" + EXCLUDES + "^kcm_krfb/" + "^kinetd/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/krfb/kcm_krfb/CMakeL10n.txt b/krfb/kcm_krfb/CMakeL10n.txt new file mode 100644 index 00000000..61c0fa3d --- /dev/null +++ b/krfb/kcm_krfb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcm_krfb" ) diff --git a/krfb/kinetd/CMakeL10n.txt b/krfb/kinetd/CMakeL10n.txt new file mode 100644 index 00000000..44bd8e57 --- /dev/null +++ b/krfb/kinetd/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kinetd" ) -- cgit v1.2.1