summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-12-28 16:54:11 +0100
committerSlávek Banko <[email protected]>2018-12-28 16:54:11 +0100
commitb08de46014aeb5a54817dfcb7660e41a495ab911 (patch)
tree8c2785e25c7c36e6a3bc688b316972aad83020e6 /src
parent0050e0567e986273d93629e9e6ba16307ea2dd9c (diff)
downloadknemo-b08de46014aeb5a54817dfcb7660e41a495ab911.tar.gz
knemo-b08de46014aeb5a54817dfcb7660e41a495ab911.zip
Add CMakeL10n rules.
Create translation template. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeL10n.txt3
-rw-r--r--src/kcm/CMakeL10n.txt3
-rw-r--r--src/knemod/CMakeL10n.txt3
3 files changed, 9 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/src/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/src/kcm/CMakeL10n.txt b/src/kcm/CMakeL10n.txt
new file mode 100644
index 0000000..1e823bd
--- /dev/null
+++ b/src/kcm/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcm_knemo" )
diff --git a/src/knemod/CMakeL10n.txt b/src/knemod/CMakeL10n.txt
new file mode 100644
index 0000000..bc7544c
--- /dev/null
+++ b/src/knemod/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "knemod" )