From b95b665c78a047fc540e2bc4a8c19be6db03b825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 9 Dec 2018 04:00:36 +0100 Subject: Add CMakeL10n rules. Update TIMEZONES list. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- konqueror/CMakeL10n.txt | 10 ++++++++++ konqueror/client/CMakeL10n.txt | 3 +++ konqueror/kttsplugin/CMakeL10n.txt | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 konqueror/CMakeL10n.txt create mode 100644 konqueror/client/CMakeL10n.txt create mode 100644 konqueror/kttsplugin/CMakeL10n.txt (limited to 'konqueror') diff --git a/konqueror/CMakeL10n.txt b/konqueror/CMakeL10n.txt new file mode 100644 index 000000000..a0cac1f72 --- /dev/null +++ b/konqueror/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "konqueror" + EXCLUDES + "^client/" + "^kttsplugin/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/konqueror/client/CMakeL10n.txt b/konqueror/client/CMakeL10n.txt new file mode 100644 index 000000000..35f1cb2e9 --- /dev/null +++ b/konqueror/client/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kfmclient" ) diff --git a/konqueror/kttsplugin/CMakeL10n.txt b/konqueror/kttsplugin/CMakeL10n.txt new file mode 100644 index 000000000..f372bd383 --- /dev/null +++ b/konqueror/kttsplugin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdehtmlkttsd" ) -- cgit v1.2.1