diff options
author | Slávek Banko <[email protected]> | 2021-07-12 19:30:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-12 19:44:58 +0200 |
commit | 7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e (patch) | |
tree | f0bb2ca42d7105c8d585d9bdd747ba2b67ed099a /client/CMakeL10n.txt | |
parent | 402e7a479aeff06fef928520f6c4d70c31d74694 (diff) | |
download | twin-style-dekorator-7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e.tar.gz twin-style-dekorator-7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e.zip |
Add KDE_EXPORT to the public symbols.
Add twin client translations into template.
Use common rules for build and install translations.
Delete generated files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'client/CMakeL10n.txt')
-rw-r--r-- | client/CMakeL10n.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt index b7dc64b..c76af0e 100644 --- a/client/CMakeL10n.txt +++ b/client/CMakeL10n.txt @@ -1,6 +1,12 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "messages/twin_deKorator/" + SOURCES . + X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot +) + tde_l10n_create_template( CATALOG "desktop_files/twin-style-deKorator-desktops" SOURCES deKorator.desktop ) - -tde_l10n_auto_add_subdirectories( ) |