diff options
author | Slávek Banko <[email protected]> | 2018-12-29 18:17:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-29 18:27:39 +0100 |
commit | d8c73a4e811b4c26b62b5ded2c2f82364dbef035 (patch) | |
tree | a6c5210dfbbc5724cc7ec0d626aa75b8c7c11cc4 /kttsd/CMakeL10n.txt | |
parent | 55f3c6f7768177d1b862eb88a0d0f731df7f39d8 (diff) | |
download | tdeaccessibility-d8c73a4e811b4c26b62b5ded2c2f82364dbef035.tar.gz tdeaccessibility-d8c73a4e811b4c26b62b5ded2c2f82364dbef035.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2fecb1619e74ee7badafd44db4775c6a9721af93)
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" +) |