summaryrefslogtreecommitdiffstats
path: root/kttsd/CMakeL10n.txt
blob: ebcbea71d71fd8e65705608d815eefc301304b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##### prepare plugins/festivalint/voices ########

tde_l10n_prepare_xml(
    SOURCE plugins/festivalint/voices
    TAGS name
    CONTEXT FestivalVoiceName
)


##### create translation templates ##############

tde_l10n_create_template(
    CATALOG "kttsd"
    SOURCES
        "."
        "plugins/festivalint/voices.tde_l10n"
)

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