diff options
author | Slávek Banko <[email protected]> | 2022-08-26 03:05:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-26 03:13:45 +0200 |
commit | 83648e7c87acbc90dc234486eacc7df8bab7d2bf (patch) | |
tree | 8754ff5b07711f7eea91bbc79bffc9aaed937aa3 /CMakeL10n.txt | |
parent | 04768b5081771b6057e1f56209387f8dce53dc29 (diff) | |
download | rosegarden-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 <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 7 |
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 +) |