summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:05:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:05:41 +0100
commit285df936a6e0329d60cd31de793cf4a4c4d472e3 (patch)
tree4d0fe187da24131b3471c404b329cc29ee707aa5 /noatun-plugins
parent5e406cf6049dfab4f0bbc3bc4294f13c3f4e5b45 (diff)
downloadtdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.tar.gz
tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/CMakeL10n.txt3
-rw-r--r--noatun-plugins/alarm/CMakeL10n.txt3
-rw-r--r--noatun-plugins/alsaplayer/CMakeL10n.txt3
-rw-r--r--noatun-plugins/charlatan/CMakeL10n.txt3
-rw-r--r--noatun-plugins/dub/CMakeL10n.txt3
-rw-r--r--noatun-plugins/dub/dub/CMakeL10n.txt3
-rw-r--r--noatun-plugins/ffrs/CMakeL10n.txt3
-rw-r--r--noatun-plugins/lyrics/CMakeL10n.txt3
-rw-r--r--noatun-plugins/nexscope/CMakeL10n.txt3
-rw-r--r--noatun-plugins/pitchablespeed/CMakeL10n.txt3
-rw-r--r--noatun-plugins/synaescope/CMakeL10n.txt3
-rw-r--r--noatun-plugins/tippercanoe/CMakeL10n.txt3
-rw-r--r--noatun-plugins/tyler/CMakeL10n.txt3
-rw-r--r--noatun-plugins/wavecapture/CMakeL10n.txt3
14 files changed, 42 insertions, 0 deletions
diff --git a/noatun-plugins/CMakeL10n.txt b/noatun-plugins/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/noatun-plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/noatun-plugins/alarm/CMakeL10n.txt b/noatun-plugins/alarm/CMakeL10n.txt
new file mode 100644
index 0000000..06a72fe
--- /dev/null
+++ b/noatun-plugins/alarm/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "wakeup" )
diff --git a/noatun-plugins/alsaplayer/CMakeL10n.txt b/noatun-plugins/alsaplayer/CMakeL10n.txt
new file mode 100644
index 0000000..04b45a4
--- /dev/null
+++ b/noatun-plugins/alsaplayer/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "alsaplayerui" )
diff --git a/noatun-plugins/charlatan/CMakeL10n.txt b/noatun-plugins/charlatan/CMakeL10n.txt
new file mode 100644
index 0000000..03755c0
--- /dev/null
+++ b/noatun-plugins/charlatan/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "charlatanui" )
diff --git a/noatun-plugins/dub/CMakeL10n.txt b/noatun-plugins/dub/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/noatun-plugins/dub/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/noatun-plugins/dub/dub/CMakeL10n.txt b/noatun-plugins/dub/dub/CMakeL10n.txt
new file mode 100644
index 0000000..a1c9384
--- /dev/null
+++ b/noatun-plugins/dub/dub/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "dub" )
diff --git a/noatun-plugins/ffrs/CMakeL10n.txt b/noatun-plugins/ffrs/CMakeL10n.txt
new file mode 100644
index 0000000..f3fc927
--- /dev/null
+++ b/noatun-plugins/ffrs/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "ffrs" )
diff --git a/noatun-plugins/lyrics/CMakeL10n.txt b/noatun-plugins/lyrics/CMakeL10n.txt
new file mode 100644
index 0000000..dc87352
--- /dev/null
+++ b/noatun-plugins/lyrics/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "lyrics" )
diff --git a/noatun-plugins/nexscope/CMakeL10n.txt b/noatun-plugins/nexscope/CMakeL10n.txt
new file mode 100644
index 0000000..340ef59
--- /dev/null
+++ b/noatun-plugins/nexscope/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "nexscope" )
diff --git a/noatun-plugins/pitchablespeed/CMakeL10n.txt b/noatun-plugins/pitchablespeed/CMakeL10n.txt
new file mode 100644
index 0000000..53b2bba
--- /dev/null
+++ b/noatun-plugins/pitchablespeed/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "pitchablespeed" )
diff --git a/noatun-plugins/synaescope/CMakeL10n.txt b/noatun-plugins/synaescope/CMakeL10n.txt
new file mode 100644
index 0000000..54ef6dc
--- /dev/null
+++ b/noatun-plugins/synaescope/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "synaescope" )
diff --git a/noatun-plugins/tippercanoe/CMakeL10n.txt b/noatun-plugins/tippercanoe/CMakeL10n.txt
new file mode 100644
index 0000000..997d8c3
--- /dev/null
+++ b/noatun-plugins/tippercanoe/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tippecanoe" )
diff --git a/noatun-plugins/tyler/CMakeL10n.txt b/noatun-plugins/tyler/CMakeL10n.txt
new file mode 100644
index 0000000..999c75e
--- /dev/null
+++ b/noatun-plugins/tyler/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tyler" )
diff --git a/noatun-plugins/wavecapture/CMakeL10n.txt b/noatun-plugins/wavecapture/CMakeL10n.txt
new file mode 100644
index 0000000..29c2499
--- /dev/null
+++ b/noatun-plugins/wavecapture/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "wavecapture" )