diff options
author | Slávek Banko <[email protected]> | 2022-01-30 17:07:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 17:10:59 +0100 |
commit | f7ce4cdb608b1bbec0180fe3ae059e2cc999b705 (patch) | |
tree | 075d3afeb6dd6db4dc31d46dea2c81d8dcc4ccff /src/CMakeL10n.txt | |
parent | 6b34028d26ec2252858049170a934bfaace88925 (diff) | |
download | tork-f7ce4cdb608b1bbec0180fe3ae059e2cc999b705.tar.gz tork-f7ce4cdb608b1bbec0180fe3ae059e2cc999b705.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 'src/CMakeL10n.txt')
-rw-r--r-- | src/CMakeL10n.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 767d3ca..18471db 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,10 +1,20 @@ ##### create translation templates ############## tde_l10n_create_template( - CATALOG "tork" + CATALOG "messages/tork/" EXCLUDES "^tor_ioslave/" "^torkapplet/" ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/tork-desktops/" + SOURCES *.desktop *.protocol +) + +tde_l10n_create_template( + CATALOG "desktop_files/eventsrc/" + SOURCES eventsrc +) |