summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-12-30 03:14:09 +0100
committerSlávek Banko <[email protected]>2018-12-30 03:14:09 +0100
commitb2121ebbd75774b6d1d7c963be69f43193faa130 (patch)
tree3dd2a8f98b5da4ddc84c0f5a16aca6893a804b80 /src/CMakeL10n.txt
parentda0534b162fa20ed385658d110b3e6ac0460d916 (diff)
downloadtork-b2121ebbd75774b6d1d7c963be69f43193faa130.tar.gz
tork-b2121ebbd75774b6d1d7c963be69f43193faa130.zip
Add CMakeL10n rules.
Update translation template. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
new file mode 100644
index 0000000..767d3ca
--- /dev/null
+++ b/src/CMakeL10n.txt
@@ -0,0 +1,10 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "tork"
+ EXCLUDES
+ "^tor_ioslave/"
+ "^torkapplet/"
+)
+
+tde_l10n_auto_add_subdirectories( )