summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-08-28 15:43:51 +0200
committerSlávek Banko <[email protected]>2022-08-28 15:54:28 +0200
commit28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96 (patch)
tree11ce4c8c56acbb667ccf7a33fe2564dd1becef23 /src/CMakeL10n.txt
parent795bcd2584759310a0fe512bff3c90841a47a5e4 (diff)
downloadtdepowersave-28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96.tar.gz
tdepowersave-28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index b401afd..5f00ced 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,13 @@
##### create translation templates ##############
-tde_l10n_create_template( "tdepowersave" )
+tde_l10n_create_template( "messages/tdepowersave" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tdepowersave-desktops"
+ SOURCES *.desktop
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/eventsrc/"
+ SOURCES eventsrc
+)