summaryrefslogtreecommitdiffstats
path: root/kexi
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-08 00:06:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-08 00:06:24 +0100
commit60f97e3b91c86febc249259183c57399a7c6b528 (patch)
tree8f287ab561d513f07fa1e4be9f85d9a13945c2fc /kexi
parentb0e5b34cd37f263d79f9aaf1ba332e8b118de001 (diff)
downloadkoffice-60f97e3b91c86febc249259183c57399a7c6b528.tar.gz
koffice-60f97e3b91c86febc249259183c57399a7c6b528.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kexi')
-rw-r--r--kexi/CMakeL10n.txt14
-rw-r--r--kexi/formeditor/CMakeL10n.txt3
2 files changed, 17 insertions, 0 deletions
diff --git a/kexi/CMakeL10n.txt b/kexi/CMakeL10n.txt
new file mode 100644
index 00000000..b060940d
--- /dev/null
+++ b/kexi/CMakeL10n.txt
@@ -0,0 +1,14 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kexi"
+ EXCLUDES
+ "^3rdparty/"
+ "^doc/"
+ "^formeditor/"
+ "^plugins/scripting/"
+ "^scriptingplugins/"
+ "(^|/)tests/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kexi/formeditor/CMakeL10n.txt b/kexi/formeditor/CMakeL10n.txt
new file mode 100644
index 00000000..52636a3a
--- /dev/null
+++ b/kexi/formeditor/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kformdesigner" )