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

tde_l10n_create_template( "knewsticker" )

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

tde_l10n_create_template(
    CATALOG "desktop_files/knewsticker-eventsrc/"
    SOURCES eventsrc
    DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)