diff options
Diffstat (limited to 'kttsd/CMakeL10n.txt')
-rw-r--r-- | kttsd/CMakeL10n.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kttsd/CMakeL10n.txt b/kttsd/CMakeL10n.txt new file mode 100644 index 0000000..54d662b --- /dev/null +++ b/kttsd/CMakeL10n.txt @@ -0,0 +1,17 @@ +##### 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" +) |