From 285df936a6e0329d60cd31de793cf4a4c4d472e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 31 Dec 2018 02:05:40 +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 --- renamedlgplugins/CMakeL10n.txt | 3 +++ renamedlgplugins/audio/CMakeL10n.txt | 3 +++ renamedlgplugins/images/CMakeL10n.txt | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 renamedlgplugins/CMakeL10n.txt create mode 100644 renamedlgplugins/audio/CMakeL10n.txt create mode 100644 renamedlgplugins/images/CMakeL10n.txt (limited to 'renamedlgplugins') diff --git a/renamedlgplugins/CMakeL10n.txt b/renamedlgplugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/renamedlgplugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/renamedlgplugins/audio/CMakeL10n.txt b/renamedlgplugins/audio/CMakeL10n.txt new file mode 100644 index 0000000..e772c3a --- /dev/null +++ b/renamedlgplugins/audio/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "audiorename_plugin" ) diff --git a/renamedlgplugins/images/CMakeL10n.txt b/renamedlgplugins/images/CMakeL10n.txt new file mode 100644 index 0000000..9f2e795 --- /dev/null +++ b/renamedlgplugins/images/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "imagerename_plugin" ) -- cgit v1.2.1