summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-17 04:17:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-17 04:17:48 +0100
commit9f81d5707244152ad95e141a43bbbb52b9edbc85 (patch)
tree2e98a4d3a11e8233d224395ac827ed0837cac3c8 /tdefile-plugins
parent097c011f551a12fef9d1c93b57a04a1965bb11c8 (diff)
downloadtdemultimedia-9f81d5707244152ad95e141a43bbbb52b9edbc85.tar.gz
tdemultimedia-9f81d5707244152ad95e141a43bbbb52b9edbc85.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/au/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/avi/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/flac/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/m3u/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/mp3/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/mpc/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/mpeg/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/ogg/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/sid/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/theora/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/wav/CMakeL10n.txt3
12 files changed, 36 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/tdefile-plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdefile-plugins/au/CMakeL10n.txt b/tdefile-plugins/au/CMakeL10n.txt
new file mode 100644
index 00000000..39f02e1d
--- /dev/null
+++ b/tdefile-plugins/au/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_au" )
diff --git a/tdefile-plugins/avi/CMakeL10n.txt b/tdefile-plugins/avi/CMakeL10n.txt
new file mode 100644
index 00000000..e6a5604b
--- /dev/null
+++ b/tdefile-plugins/avi/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_avi" )
diff --git a/tdefile-plugins/flac/CMakeL10n.txt b/tdefile-plugins/flac/CMakeL10n.txt
new file mode 100644
index 00000000..edc2a525
--- /dev/null
+++ b/tdefile-plugins/flac/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_flac" )
diff --git a/tdefile-plugins/m3u/CMakeL10n.txt b/tdefile-plugins/m3u/CMakeL10n.txt
new file mode 100644
index 00000000..edfe5471
--- /dev/null
+++ b/tdefile-plugins/m3u/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_m3u" )
diff --git a/tdefile-plugins/mp3/CMakeL10n.txt b/tdefile-plugins/mp3/CMakeL10n.txt
new file mode 100644
index 00000000..b149f172
--- /dev/null
+++ b/tdefile-plugins/mp3/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_mp3" )
diff --git a/tdefile-plugins/mpc/CMakeL10n.txt b/tdefile-plugins/mpc/CMakeL10n.txt
new file mode 100644
index 00000000..1220767f
--- /dev/null
+++ b/tdefile-plugins/mpc/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_mpc" )
diff --git a/tdefile-plugins/mpeg/CMakeL10n.txt b/tdefile-plugins/mpeg/CMakeL10n.txt
new file mode 100644
index 00000000..2099a1af
--- /dev/null
+++ b/tdefile-plugins/mpeg/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_mpeg" )
diff --git a/tdefile-plugins/ogg/CMakeL10n.txt b/tdefile-plugins/ogg/CMakeL10n.txt
new file mode 100644
index 00000000..2fdb5fd2
--- /dev/null
+++ b/tdefile-plugins/ogg/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_ogg" )
diff --git a/tdefile-plugins/sid/CMakeL10n.txt b/tdefile-plugins/sid/CMakeL10n.txt
new file mode 100644
index 00000000..5d51554d
--- /dev/null
+++ b/tdefile-plugins/sid/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_sid" )
diff --git a/tdefile-plugins/theora/CMakeL10n.txt b/tdefile-plugins/theora/CMakeL10n.txt
new file mode 100644
index 00000000..f917082d
--- /dev/null
+++ b/tdefile-plugins/theora/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_theora" )
diff --git a/tdefile-plugins/wav/CMakeL10n.txt b/tdefile-plugins/wav/CMakeL10n.txt
new file mode 100644
index 00000000..e187cbd9
--- /dev/null
+++ b/tdefile-plugins/wav/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_wav" )