diff options
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( ) |