summaryrefslogtreecommitdiffstats
path: root/tdefifteen/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-12-01 17:46:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-12-01 17:46:57 +0100
commitdd4e2872804be50244211dff45c772f617a97caf (patch)
tree6fc19db8b564fd85744496389938beb012213930 /tdefifteen/src/CMakeL10n.txt
parent230a4364ab67324ef5a49613ff0c511589341ea3 (diff)
downloadtdegames-dd4e2872804be50244211dff45c772f617a97caf.tar.gz
tdegames-dd4e2872804be50244211dff45c772f617a97caf.zip
Add CMakeL10n rules for TDEFifteen.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefifteen/src/CMakeL10n.txt')
-rw-r--r--tdefifteen/src/CMakeL10n.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tdefifteen/src/CMakeL10n.txt b/tdefifteen/src/CMakeL10n.txt
new file mode 100644
index 00000000..3b8823f6
--- /dev/null
+++ b/tdefifteen/src/CMakeL10n.txt
@@ -0,0 +1,9 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( tdefifteen )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tdefifteen.desktop/"
+ SOURCES tdefifteen.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)