summaryrefslogtreecommitdiffstats
path: root/parts
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-01 03:08:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-01 03:08:13 +0100
commit47e3b8c07e89067296c1839c00fa94f39422c4a9 (patch)
treea48e02a04ddceeaa7d1ad88586909046c1686038 /parts
parent09deb6aa1a5a78793aa7abe8848df6056560fae1 (diff)
downloadtdevelop-47e3b8c07e89067296c1839c00fa94f39422c4a9.tar.gz
tdevelop-47e3b8c07e89067296c1839c00fa94f39422c4a9.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'parts')
-rw-r--r--parts/CMakeL10n.txt3
-rw-r--r--parts/tipofday/CMakeL10n.txt6
2 files changed, 9 insertions, 0 deletions
diff --git a/parts/CMakeL10n.txt b/parts/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/parts/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/parts/tipofday/CMakeL10n.txt b/parts/tipofday/CMakeL10n.txt
new file mode 100644
index 00000000..7d07b2f9
--- /dev/null
+++ b/parts/tipofday/CMakeL10n.txt
@@ -0,0 +1,6 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "tdevtipofday"
+ SOURCES "." "tips"
+)