summaryrefslogtreecommitdiffstats
path: root/kworldwatch/CMakeL10n.txt
blob: 114f8484e07a0df6ec9b2c4dc80e847d95436b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##### create translation templates ##############

tde_l10n_create_template( "kworldclock" )

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

tde_l10n_auto_add_subdirectories()