diff options
author | Slávek Banko <[email protected]> | 2018-12-09 04:00:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-09 04:00:36 +0100 |
commit | b95b665c78a047fc540e2bc4a8c19be6db03b825 (patch) | |
tree | d458400982a64cea4f679de3419f3ae344ec34a1 /tdeprint | |
parent | 4fd188ff945d25bc049301e3f033d939bca87565 (diff) | |
download | tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.tar.gz tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/descriptions/CMakeL10n.txt | 6 | ||||
-rw-r--r-- | tdeprint/kjobviewer/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/kprinter/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/printmgr/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/slave/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/tdeprint_part/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/tdeprintfax/CMakeL10n.txt | 3 |
8 files changed, 27 insertions, 0 deletions
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" ) |