summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-09 04:00:36 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-09 16:45:28 +0100
commitc0bebcf76b3162137d5d5ef1d8bf441802c9e653 (patch)
tree1d457aa6164d1f6d72be71ebdd58916f047f8888 /tdeprint
parent2c7795c2c73cc4dd6cb1d1563e3d00e7119bcbf5 (diff)
downloadtdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.tar.gz
tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.zip
Add CMakeL10n rules.
Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825)
Diffstat (limited to 'tdeprint')
-rw-r--r--tdeprint/CMakeL10n.txt3
-rw-r--r--tdeprint/descriptions/CMakeL10n.txt6
-rw-r--r--tdeprint/kjobviewer/CMakeL10n.txt3
-rw-r--r--tdeprint/kprinter/CMakeL10n.txt3
-rw-r--r--tdeprint/printmgr/CMakeL10n.txt3
-rw-r--r--tdeprint/slave/CMakeL10n.txt3
-rw-r--r--tdeprint/tdeprint_part/CMakeL10n.txt3
-rw-r--r--tdeprint/tdeprintfax/CMakeL10n.txt3
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" )