summaryrefslogtreecommitdiffstats
path: root/client/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-12 19:30:23 +0200
committerSlávek Banko <[email protected]>2021-07-12 19:44:58 +0200
commit7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e (patch)
treef0bb2ca42d7105c8d585d9bdd747ba2b67ed099a /client/CMakeL10n.txt
parent402e7a479aeff06fef928520f6c4d70c31d74694 (diff)
downloadtwin-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.txt10
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( )