summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-18 00:27:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-18 00:33:26 +0100
commit43ace45ccb084f7f0ca55f482bd19e572b3162b1 (patch)
treefbcb1c9083826fa16150f3fc5b1b5a435a38d283 /amarok
parent341a8ee0e52e77e9586aa40f41f2906d621be656 (diff)
downloadamarok-43ace45ccb084f7f0ca55f482bd19e572b3162b1.tar.gz
amarok-43ace45ccb084f7f0ca55f482bd19e572b3162b1.zip
Add CMakeL10n rules.
Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6a9901792af015c0c99039300b77135a0701a5c7)
Diffstat (limited to 'amarok')
-rw-r--r--amarok/CMakeL10n.txt3
-rw-r--r--amarok/src/CMakeL10n.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/amarok/CMakeL10n.txt b/amarok/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/amarok/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/amarok/src/CMakeL10n.txt b/amarok/src/CMakeL10n.txt
new file mode 100644
index 00000000..77c9f0d5
--- /dev/null
+++ b/amarok/src/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "amarok" )