summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-26 03:05:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-26 03:13:45 +0200
commit83648e7c87acbc90dc234486eacc7df8bab7d2bf (patch)
tree8754ff5b07711f7eea91bbc79bffc9aaed937aa3 /CMakeL10n.txt
parent04768b5081771b6057e1f56209387f8dce53dc29 (diff)
downloadrosegarden-83648e7c87acbc90dc234486eacc7df8bab7d2bf.tar.gz
rosegarden-83648e7c87acbc90dc234486eacc7df8bab7d2bf.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c2dd991..1a1f393 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -47,7 +47,7 @@ endforeach( )
##### create translation templates ##############
tde_l10n_create_template(
- CATALOG "rosegarden"
+ CATALOG "messages/rosegarden"
SOURCES
"src"
"doc/en/tips"
@@ -55,3 +55,8 @@ tde_l10n_create_template(
ATTRIBUTES
${_fonts_attribs}
)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/rosegarden-desktops"
+ SOURCES data/desktop/*.desktop
+)