freeswitch/docs/phrase
Mike Jerris 14d4f8d565 update phrase 2017-06-05 15:11:52 -05:00
..
README.TXT FS-9805: Created script to compare XML traslation files with phrase_en.xml 2016-12-03 01:39:17 -05:00
make_checks.sh FS-9805: Created script to compare XML traslation files with phrase_en.xml 2016-12-03 01:39:17 -05:00
make_checks.xslt FS-9805: Created script to compare XML traslation files with phrase_en.xml 2016-12-03 01:39:17 -05:00
phrase.pl tweaks to phrase file 2008-09-22 08:55:01 +00:00
phrase_de.xml pesky utf-8 thanks juanjoc 2007-10-17 22:37:11 +00:00
phrase_en.xml update phrase 2017-06-05 15:11:52 -05:00
phrase_es.xml FS-9801 fix incorrect xml sections for phrase files 2016-12-01 12:40:46 -06:00
phrase_es_ES.xml FS-9804 broken closing tag 2016-12-02 10:24:30 -06:00
phrase_es_MX.xml FS-9801 fix incorrect xml sections for phrase files 2016-12-01 12:40:46 -06:00
phrase_fr.xml Update en and fr phrase files for accuracy, typos 2012-01-17 11:53:24 -08:00
phrase_nl.xml update docs %nojira 2015-07-06 16:23:00 -05:00
phrase_pt_BR.xml FS-9801 fix incorrect xml sections for phrase files 2016-12-01 12:40:46 -06:00
phrase_pt_PT.xml FS-9801 fix incorrect xml sections for phrase files 2016-12-01 12:40:46 -06:00
phrase_ru.xml fix and add support multy currency <action application=set data=currency=rubl/> dollar or other 2011-04-04 17:56:58 +04:00
phrase_zh_CN.xml FS-3568 #comment update Chinese phrase XML, thanks Gaofei 2016-11-03 14:40:28 +08:00
phrase_zh_HK.xml A partial translation of the English phrases, but importantly, all the digit 2008-07-20 15:52:07 +00:00

README.TXT

What are these files?

These files outline the various phrases used in the mod_say_xx.c modules. 
Most of these will require matching mod_say_xx.c files to actually use along
with the recorded sound files in the various languages.  phrase.pl can be used
to automatically generate or verify all the files exist for a particular 
language.  If you are capable of recording each language please do so and
contribute them to the project.  As phrases are added, the files will need to be
updated for the respective phrase_xx.xml file.
make_checks.sh - script to compare phrase_en.xml with other language xml files.
Script output contans prompt elements with attributes:
translated - value 'false' or not displayed;
transpated-to - tranlation value if exists;
more-then-one-translation - displayed if exist two or more for given wav file.

How can you contribute?

You can contribute via patches posted to the mailing list or at 
https://freeswitch.org/jira, if possible please record the sound files
for testing.  We also need voicemail_xx.xml macros updated for each language.

Thanks,
Brian West
FreeSWITCH.org