From 4f10a18ee62d62c3fc7607f57712af359b4d72e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 31 Dec 2018 19:29: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 (cherry picked from commit 50cd09ad9ec4ae1785ae550dd669f5b373e8f4c5) --- umbrello/CMakeL10n.txt | 3 +++ umbrello/umbrello/CMakeL10n.txt | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 umbrello/CMakeL10n.txt create mode 100644 umbrello/umbrello/CMakeL10n.txt (limited to 'umbrello') diff --git a/umbrello/CMakeL10n.txt b/umbrello/CMakeL10n.txt new file mode 100644 index 00000000..b585ce4a --- /dev/null +++ b/umbrello/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/umbrello/umbrello/CMakeL10n.txt b/umbrello/umbrello/CMakeL10n.txt new file mode 100644 index 00000000..cbfeeb71 --- /dev/null +++ b/umbrello/umbrello/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "umbrello" + SOURCES "." "tips" +) -- cgit v1.2.1