summaryrefslogtreecommitdiffstats
path: root/tdewallet/CMakeL10n.txt
blob: 71e8c0daa29fab06234ee9a621fdc206d57fff6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##### create translation templates ##############

tde_l10n_create_template(
    CATALOG "tdewalletmanager"
    EXCLUDES "/"
)

tde_l10n_auto_add_subdirectories( )

tde_l10n_create_template(
    CATALOG "desktop_files/tdewallet-desktops/"
    SOURCES *.desktop
    DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)