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 --- tdeprint/CMakeL10n.txt | 3 +++ tdeprint/descriptions/CMakeL10n.txt | 6 ++++++ tdeprint/kjobviewer/CMakeL10n.txt | 3 +++ tdeprint/kprinter/CMakeL10n.txt | 3 +++ tdeprint/printmgr/CMakeL10n.txt | 3 +++ tdeprint/slave/CMakeL10n.txt | 3 +++ tdeprint/tdeprint_part/CMakeL10n.txt | 3 +++ tdeprint/tdeprintfax/CMakeL10n.txt | 3 +++ 8 files changed, 27 insertions(+) create mode 100644 tdeprint/CMakeL10n.txt create mode 100644 tdeprint/descriptions/CMakeL10n.txt create mode 100644 tdeprint/kjobviewer/CMakeL10n.txt create mode 100644 tdeprint/kprinter/CMakeL10n.txt create mode 100644 tdeprint/printmgr/CMakeL10n.txt create mode 100644 tdeprint/slave/CMakeL10n.txt create mode 100644 tdeprint/tdeprint_part/CMakeL10n.txt create mode 100644 tdeprint/tdeprintfax/CMakeL10n.txt (limited to 'tdeprint') diff --git a/tdeprint/CMakeL10n.txt b/tdeprint/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdeprint/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdeprint/descriptions/CMakeL10n.txt b/tdeprint/descriptions/CMakeL10n.txt new file mode 100644 index 000000000..88c5a2ffd --- /dev/null +++ b/tdeprint/descriptions/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "ppdtranslations" + DESTINATION "${POT_SOURCE_DIR}/../tdelibs" +) diff --git a/tdeprint/kjobviewer/CMakeL10n.txt b/tdeprint/kjobviewer/CMakeL10n.txt new file mode 100644 index 000000000..6db61c0cd --- /dev/null +++ b/tdeprint/kjobviewer/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kjobviewer" ) diff --git a/tdeprint/kprinter/CMakeL10n.txt b/tdeprint/kprinter/CMakeL10n.txt new file mode 100644 index 000000000..ba2ade074 --- /dev/null +++ b/tdeprint/kprinter/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kprinter" ) diff --git a/tdeprint/printmgr/CMakeL10n.txt b/tdeprint/printmgr/CMakeL10n.txt new file mode 100644 index 000000000..e396ce586 --- /dev/null +++ b/tdeprint/printmgr/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmprintmgr" ) diff --git a/tdeprint/slave/CMakeL10n.txt b/tdeprint/slave/CMakeL10n.txt new file mode 100644 index 000000000..a96937a24 --- /dev/null +++ b/tdeprint/slave/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeio_print" ) diff --git a/tdeprint/tdeprint_part/CMakeL10n.txt b/tdeprint/tdeprint_part/CMakeL10n.txt new file mode 100644 index 000000000..e7f0ab0c9 --- /dev/null +++ b/tdeprint/tdeprint_part/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeprint_part" ) diff --git a/tdeprint/tdeprintfax/CMakeL10n.txt b/tdeprint/tdeprintfax/CMakeL10n.txt new file mode 100644 index 000000000..23073b13a --- /dev/null +++ b/tdeprint/tdeprintfax/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeprintfax" ) -- cgit v1.2.3